Html Css Color HEX #166147 Jewel

📋 copy color: '#166147'

red 22 ◦ green 97 ◦ blue 71

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

Shades of Jewel #166147

Tints of Jewel #166147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 11.58%
G = 51.05%
B = 37.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#166147 (or 0x166147) is known color: Jewel. HEX triplet: 16, 61 and 47. RGB value is (22,97,71). Sum of RGB (Red+Green+Blue) = 22+97+71=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #166147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166147 is #E99EB8. Grayscale: #474747. Windows color (decimal): -15310521 or 4677910. OLE color: 4677910.

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

Color convert

RGB 22 97 71 -
CMYK 0.77 0 0.27 0.62
HSL 159.2º 0.63% 0.23% -
HSV(B) 159.2º 0.77% 0.38% -
XYZ 5.74 9.17 7.43 -
YUV 71.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 22 97 71 0.77 0 0.27 0.62 159.2 0.63 0.23
Hex 16 61 47 4D 0 1B 3E 9F 3F 17
Octal 26 141 107 115 0 33 76 237 77 27
Binary 10110 1100001 1000111 1001101 0 11011 111110 10011111 111111 10111

Color Harmonies of #166147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166147

Black with #166147

Text Example


Text Example

White with #166147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166147; }

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

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

background-color css

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

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

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

border-color css

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

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

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