Html Css Color HEX #116942 Jewel

📋 copy color: '#116942'

red 17 ◦ green 105 ◦ blue 66

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

Shades of Jewel #116942

Tints of Jewel #116942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

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

R = 9.04%
G = 55.85%
B = 35.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#116942 (or 0x116942) is known color: Jewel. HEX triplet: 11, 69 and 42. RGB value is (17,105,66). Sum of RGB (Red+Green+Blue) = 17+105+66=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #116942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116942 is #EE96BD. Grayscale: #4A4A4A. Windows color (decimal): -15636158 or 4352273. OLE color: 4352273.

HSL color Cylindrical-coordinate representation of color #116942: hue angle of 153.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116942 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 66 -
CMYK 0.84 0 0.37 0.59
HSL 153.41º 0.72% 0.24% -
HSV(B) 153.41º 0.84% 0.41% -
XYZ 6.27 10.62 6.87 -
YUV 74.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 17 105 66 0.84 0 0.37 0.59 153.41 0.72 0.24
Hex 11 69 42 54 0 25 3B 99 48 18
Octal 21 151 102 124 0 45 73 231 110 30
Binary 10001 1101001 1000010 1010100 0 100101 111011 10011001 1001000 11000

Color Harmonies of #116942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116942

Black with #116942

Text Example


Text Example

White with #116942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116942; }

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

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

background-color css

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

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

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

border-color css

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

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

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