#096A44

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

Shades of Jewel #096A44

Tints of Jewel #096A44

Color information

#096A44 (or 0x096A44) is unknown color: approx Jewel. HEX triplet: 09, 6A and 44. RGB value is (9,106,68). Sum of RGB (Red+Green+Blue) = 9+106+68=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #096A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A44 is #F695BB. Grayscale: #484848. Windows color (decimal): -16160188 or 4483593. OLE color: 4483593.

HSL color Cylindrical-coordinate representation of color #096A44: hue angle of 156.49º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A44 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB910668-
CMYK0.9200.360.58
HSL156.49º84.35%22.55%-
HSV(B)156.49º91.51%41.57%-
XYZ6.3110.787.22-
YUV72.66125.3682.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 106 (41.80% from 255) = 57.92%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=4.92%
G=57.92%
B=37.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9106680.9200.360.58156.4984.3522.55
Hex96A445C0243A9c5417
Octal111521041340447223412427
Binary1001110101010001001011100010010011101010011100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A44; }

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

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

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

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

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

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

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

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