Html Css Color HEX #116646 Jewel

📋 copy color: '#116646'

red 17 ◦ green 102 ◦ blue 70

#116646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #116646

Tints of Jewel #116646

RGB

 RED value IS 17 (7.03% from 255) = 8.99%

 GREEN value IS 102 (40.23% from 255) = 53.97%

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 8.99%
G = 53.97%
B = 37.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#116646 (or 0x116646) is known color: Jewel. HEX triplet: 11, 66 and 46. RGB value is (17,102,70). Sum of RGB (Red+Green+Blue) = 17+102+70=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #116646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116646 is #EE99B9. Grayscale: #484848. Windows color (decimal): -15636922 or 4613649. OLE color: 4613649.

HSL color Cylindrical-coordinate representation of color #116646: hue angle of 157.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116646 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 70 -
CMYK 0.83 0 0.31 0.6
HSL 157.41º 0.71% 0.23% -
HSV(B) 157.41º 0.83% 0.4% -
XYZ 6.09 10.06 7.42 -
YUV 72.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 17 102 70 0.83 0 0.31 0.6 157.41 0.71 0.23
Hex 11 66 46 53 0 1F 3C 9D 47 17
Octal 21 146 106 123 0 37 74 235 107 27
Binary 10001 1100110 1000110 1010011 0 11111 111100 10011101 1000111 10111

Color Harmonies of #116646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116646

Black with #116646

Text Example


Text Example

White with #116646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116646; }

 p { color: rgb(17,102,70); }

 H1.HeaderClassName
 {
   color: #116646;
 }
 .AnyTagClassName
 {
   color: #116646;
 }
</style>

background-color css

<style>
 a { background-color: #116646; }

 a { background-color: rgb(17,102,70); }

 div.DivClassName
 {
   background-color: #116646;
 }
 .BgClassName
 {
   background-color: #116646;
 }
</style>

border-color css

<style>
 span { border-color: #116646; }

 span { border-color: rgb(17,102,70); }

 td.TdClassName
 {
   border-color: #116646;
 }
 .TagClassName
 {
   border-color: #116646;
 }
</style>