#096144

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

Shades of Jewel #096144

Tints of Jewel #096144

Color information

#096144 (or 0x096144) is unknown color: approx Jewel. HEX triplet: 09, 61 and 44. RGB value is (9,97,68). Sum of RGB (Red+Green+Blue) = 9+97+68=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #096144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096144 is #F69EBB. Grayscale: #434343. Windows color (decimal): -16162492 or 4481289. OLE color: 4481289.

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

Color convert

RGB99768-
CMYK0.9100.300.62
HSL160.23º83.02%20.78%-
HSV(B)160.23º90.72%38.04%-
XYZ5.439.026.92-
YUV67.38128.3586.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=5.17%
G=55.75%
B=39.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997680.9100.300.62160.2383.0220.78
Hex961445B01E3Ea05315
Octal111411041330367624012325
Binary100111000011000100101101101111011111010100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096144; }

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

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

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

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

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

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

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

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