Html Css Color HEX #166642 Jewel

📋 copy color: '#166642'

red 22 ◦ green 102 ◦ blue 66

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

Shades of Jewel #166642

Tints of Jewel #166642

RGB

 RED value IS 22 (8.98% from 255) = 11.58%

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

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

R = 11.58%
G = 53.68%
B = 34.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#166642 (or 0x166642) is known color: Jewel. HEX triplet: 16, 66 and 42. RGB value is (22,102,66). Sum of RGB (Red+Green+Blue) = 22+102+66=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #166642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166642 is #E999BD. Grayscale: #4A4A4A. Windows color (decimal): -15309246 or 4351510. OLE color: 4351510.

HSL color Cylindrical-coordinate representation of color #166642: hue angle of 153º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166642 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 102 66 -
CMYK 0.78 0 0.35 0.6
HSL 153º 0.65% 0.24% -
HSV(B) 153º 0.78% 0.4% -
XYZ 6.07 10.07 6.78 -
YUV 73.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 22 102 66 0.78 0 0.35 0.6 153 0.65 0.24
Hex 16 66 42 4E 0 23 3C 99 41 18
Octal 26 146 102 116 0 43 74 231 101 30
Binary 10110 1100110 1000010 1001110 0 100011 111100 10011001 1000001 11000

Color Harmonies of #166642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166642

Black with #166642

Text Example


Text Example

White with #166642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166642; }

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

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

background-color css

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

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

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

border-color css

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

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

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