#096342

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

Shades of Jewel #096342

Tints of Jewel #096342

Color information

#096342 (or 0x096342) is unknown color: approx Jewel. HEX triplet: 09, 63 and 42. RGB value is (9,99,66). Sum of RGB (Red+Green+Blue) = 9+99+66=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #096342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096342 is #F69CBD. Grayscale: #444444. Windows color (decimal): -16161982 or 4350729. OLE color: 4350729.

HSL color Cylindrical-coordinate representation of color #096342: hue angle of 158º 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 #096342 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB99966-
CMYK0.9100.330.61
HSL158º83.33%21.18%-
HSV(B)158º90.91%38.82%-
XYZ5.569.386.67-
YUV68.33126.6885.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=5.17%
G=56.90%
B=37.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999660.9100.330.6115883.3321.18
Hex963425B0213D9e5315
Octal111431021330417523612325
Binary1001110001110000101011011010000111110110011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096342; }

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

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

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

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

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

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

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

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