#096044

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

Shades of Jewel #096044

Tints of Jewel #096044

Color information

#096044 (or 0x096044) is unknown color: approx Jewel. HEX triplet: 09, 60 and 44. RGB value is (9,96,68). Sum of RGB (Red+Green+Blue) = 9+96+68=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #096044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096044 is #F69FBB. Grayscale: #424242. Windows color (decimal): -16162748 or 4481033. OLE color: 4481033.

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

Color convert

RGB99668-
CMYK0.9100.290.62
HSL160.69º82.86%20.59%-
HSV(B)160.69º90.62%37.65%-
XYZ5.348.846.89-
YUV66.8128.6886.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=5.20%
G=55.49%
B=39.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996680.9100.290.62160.6982.8620.59
Hex960445B01D3Ea15315
Octal111401041330357624112325
Binary100111000001000100101101101110111111010100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096044; }

 p { color: rgb(9,96,68); }

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

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

 a { background-color: rgb(9,96,68); }

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

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

 span { border-color: rgb(9,96,68); }

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