#096642

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

Shades of Jewel #096642

Tints of Jewel #096642

Color information

#096642 (or 0x096642) is unknown color: approx Jewel. HEX triplet: 09, 66 and 42. RGB value is (9,102,66). Sum of RGB (Red+Green+Blue) = 9+102+66=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #096642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096642 is #F699BD. Grayscale: #464646. Windows color (decimal): -16161214 or 4351497. OLE color: 4351497.

HSL color Cylindrical-coordinate representation of color #096642: hue angle of 156.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096642 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB910266-
CMYK0.9100.350.6
HSL156.77º83.78%21.76%-
HSV(B)156.77º91.18%40%-
XYZ5.859.956.77-
YUV70.09125.6984.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=5.08%
G=57.63%
B=37.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102660.9100.350.6156.7783.7821.76
Hex966425B0233C9d5416
Octal111461021330437423512426
Binary1001110011010000101011011010001111110010011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096642; }

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

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

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

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

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

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

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

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