#096142

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

Shades of Jewel #096142

Tints of Jewel #096142

Color information

#096142 (or 0x096142) is unknown color: approx Jewel. HEX triplet: 09, 61 and 42. RGB value is (9,97,66). Sum of RGB (Red+Green+Blue) = 9+97+66=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #096142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096142 is #F69EBD. Grayscale: #434343. Windows color (decimal): -16162494 or 4350217. OLE color: 4350217.

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

Color convert

RGB99766-
CMYK0.9100.320.62
HSL158.86º83.02%20.78%-
HSV(B)158.86º90.72%38.04%-
XYZ5.3796.61-
YUV67.15127.3586.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=5.23%
G=56.40%
B=38.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997660.9100.320.62158.8683.0220.78
Hex961425B0203E9f5315
Octal111411021330407623712325
Binary1001110000110000101011011010000011111010011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096142; }

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

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

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

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

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

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

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

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