Html Css Color HEX #116642 Jewel

📋 copy color: '#116642'

red 17 ◦ green 102 ◦ blue 66

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

Shades of Jewel #116642

Tints of Jewel #116642

RGB

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

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

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

R = 9.19%
G = 55.14%
B = 35.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#116642 (or 0x116642) is known color: Jewel. HEX triplet: 11, 66 and 42. RGB value is (17,102,66). Sum of RGB (Red+Green+Blue) = 17+102+66=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #116642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116642 is #EE99BD. Grayscale: #484848. Windows color (decimal): -15636926 or 4351505. OLE color: 4351505.

HSL color Cylindrical-coordinate representation of color #116642: hue angle of 154.59º 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 #116642 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 66 -
CMYK 0.83 0 0.35 0.6
HSL 154.59º 0.71% 0.23% -
HSV(B) 154.59º 0.83% 0.4% -
XYZ 5.97 10.02 6.77 -
YUV 72.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 17 102 66 0.83 0 0.35 0.6 154.59 0.71 0.23
Hex 11 66 42 53 0 23 3C 9B 47 17
Octal 21 146 102 123 0 43 74 233 107 27
Binary 10001 1100110 1000010 1010011 0 100011 111100 10011011 1000111 10111

Color Harmonies of #116642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116642

Black with #116642

Text Example


Text Example

White with #116642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116642; }

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

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

background-color css

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

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

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

border-color css

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

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

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