Html Css Color HEX #116042 Jewel

📋 copy color: '#116042'

red 17 ◦ green 96 ◦ blue 66

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

Shades of Jewel #116042

Tints of Jewel #116042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.63%

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 9.5%
G = 53.63%
B = 36.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#116042 (or 0x116042) is known color: Jewel. HEX triplet: 11, 60 and 42. RGB value is (17,96,66). Sum of RGB (Red+Green+Blue) = 17+96+66=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #116042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116042 is #EE9FBD. Grayscale: #454545. Windows color (decimal): -15638462 or 4349969. OLE color: 4349969.

HSL color Cylindrical-coordinate representation of color #116042: hue angle of 157.22º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116042 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 66 -
CMYK 0.82 0 0.31 0.62
HSL 157.22º 0.7% 0.22% -
HSV(B) 157.22º 0.82% 0.38% -
XYZ 5.4 8.88 6.58 -
YUV 68.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 17 96 66 0.82 0 0.31 0.62 157.22 0.7 0.22
Hex 11 60 42 52 0 1F 3E 9D 46 16
Octal 21 140 102 122 0 37 76 235 106 26
Binary 10001 1100000 1000010 1010010 0 11111 111110 10011101 1000110 10110

Color Harmonies of #116042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116042

Black with #116042

Text Example


Text Example

White with #116042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116042; }

 p { color: rgb(17,96,66); }

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

background-color css

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

 a { background-color: rgb(17,96,66); }

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

border-color css

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

 span { border-color: rgb(17,96,66); }

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