Html Css Color HEX #166144 Jewel

📋 copy color: '#166144'

red 22 ◦ green 97 ◦ blue 68

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

Shades of Jewel #166144

Tints of Jewel #166144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 11.76%
G = 51.87%
B = 36.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#166144 (or 0x166144) is known color: Jewel. HEX triplet: 16, 61 and 44. RGB value is (22,97,68). Sum of RGB (Red+Green+Blue) = 22+97+68=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #166144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166144 is #E99EBB. Grayscale: #474747. Windows color (decimal): -15310524 or 4481302. OLE color: 4481302.

HSL color Cylindrical-coordinate representation of color #166144: hue angle of 156.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166144 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 97 68 -
CMYK 0.77 0 0.30 0.62
HSL 156.8º 0.63% 0.23% -
HSV(B) 156.8º 0.77% 0.38% -
XYZ 5.65 9.14 6.93 -
YUV 71.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 22 97 68 0.77 0 0.30 0.62 156.8 0.63 0.23
Hex 16 61 44 4D 0 1E 3E 9D 3F 17
Octal 26 141 104 115 0 36 76 235 77 27
Binary 10110 1100001 1000100 1001101 0 11110 111110 10011101 111111 10111

Color Harmonies of #166144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166144

Black with #166144

Text Example


Text Example

White with #166144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166144; }

 p { color: rgb(22,97,68); }

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

background-color css

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

 a { background-color: rgb(22,97,68); }

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

border-color css

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

 span { border-color: rgb(22,97,68); }

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