#096241

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

Shades of Jewel #096241

Tints of Jewel #096241

Color information

#096241 (or 0x096241) is unknown color: approx Jewel. HEX triplet: 09, 62 and 41. RGB value is (9,98,65). Sum of RGB (Red+Green+Blue) = 9+98+65=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #096241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096241 is #F69DBE. Grayscale: #434343. Windows color (decimal): -16162239 or 4284937. OLE color: 4284937.

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

Color convert

RGB99865-
CMYK0.9100.340.62
HSL157.75º83.18%20.98%-
HSV(B)157.75º90.82%38.43%-
XYZ5.439.186.49-
YUV67.63126.5186.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=5.23%
G=56.98%
B=37.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998650.9100.340.62157.7583.1820.98
Hex962415B0223E9e5315
Octal111421011330427623612325
Binary1001110001010000011011011010001011111010011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096241; }

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

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

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

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

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

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

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

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