Html Css Color HEX #166146 Jewel

📋 copy color: '#166146'

red 22 ◦ green 97 ◦ blue 70

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

Shades of Jewel #166146

Tints of Jewel #166146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 11.64%
G = 51.32%
B = 37.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#166146 (or 0x166146) is known color: Jewel. HEX triplet: 16, 61 and 46. RGB value is (22,97,70). Sum of RGB (Red+Green+Blue) = 22+97+70=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #166146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166146 is #E99EB9. Grayscale: #474747. Windows color (decimal): -15310522 or 4612374. OLE color: 4612374.

HSL color Cylindrical-coordinate representation of color #166146: hue angle of 158.4º 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 #166146 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 97 70 -
CMYK 0.77 0 0.28 0.62
HSL 158.4º 0.63% 0.23% -
HSV(B) 158.4º 0.77% 0.38% -
XYZ 5.71 9.16 7.26 -
YUV 71.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 22 97 70 0.77 0 0.28 0.62 158.4 0.63 0.23
Hex 16 61 46 4D 0 1C 3E 9E 3F 17
Octal 26 141 106 115 0 34 76 236 77 27
Binary 10110 1100001 1000110 1001101 0 11100 111110 10011110 111111 10111

Color Harmonies of #166146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166146

Black with #166146

Text Example


Text Example

White with #166146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166146; }

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

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

background-color css

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

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

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

border-color css

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

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

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