#096242

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

Shades of Jewel #096242

Tints of Jewel #096242

Color information

#096242 (or 0x096242) is unknown color: approx Jewel. HEX triplet: 09, 62 and 42. RGB value is (9,98,66). Sum of RGB (Red+Green+Blue) = 9+98+66=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #096242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096242 is #F69DBD. Grayscale: #434343. Windows color (decimal): -16162238 or 4350473. OLE color: 4350473.

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

Color convert

RGB99866-
CMYK0.9100.330.62
HSL158.43º83.18%20.98%-
HSV(B)158.43º90.82%38.43%-
XYZ5.469.196.64-
YUV67.74127.0186.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=5.20%
G=56.65%
B=38.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998660.9100.330.62158.4383.1820.98
Hex962425B0213E9e5315
Octal111421021330417623612325
Binary1001110001010000101011011010000111111010011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096242; }

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

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

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

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

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

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

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

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