#096442

Color #096442 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #096442

Tints of Jewel #096442

Color information

#096442 (or 0x096442) is unknown color: approx Jewel. HEX triplet: 09, 64 and 42. RGB value is (9,100,66). Sum of RGB (Red+Green+Blue) = 9+100+66=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #096442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096442 is #F69BBD. Grayscale: #444444. Windows color (decimal): -16161726 or 4350985. OLE color: 4350985.

HSL color Cylindrical-coordinate representation of color #096442: hue angle of 157.58º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096442 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB910066-
CMYK0.9100.340.61
HSL157.58º83.49%21.37%-
HSV(B)157.58º91%39.22%-
XYZ5.659.576.7-
YUV68.91126.3585.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 100 (39.45% from 255) = 57.14%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=5.14%
G=57.14%
B=37.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100660.9100.340.61157.5883.4921.37
Hex964425B0223D9e5315
Octal111441021330427523612325
Binary1001110010010000101011011010001011110110011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096442; }

 p { color: rgb(9,100,66); }

 H1.HeaderClassName
 {
   color: #096442;
 }
 .AnyTagClassName
 {
   color: #096442;
 }
</style>
background-color css

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

 a { background-color: rgb(9,100,66); }

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

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

 span { border-color: rgb(9,100,66); }

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