#096744

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

Shades of Jewel #096744

Tints of Jewel #096744

Color information

#096744 (or 0x096744) is unknown color: approx Jewel. HEX triplet: 09, 67 and 44. RGB value is (9,103,68). Sum of RGB (Red+Green+Blue) = 9+103+68=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #096744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096744 is #F698BB. Grayscale: #464646. Windows color (decimal): -16160956 or 4482825. OLE color: 4482825.

HSL color Cylindrical-coordinate representation of color #096744: hue angle of 157.66º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096744 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB910368-
CMYK0.9100.340.60
HSL157.66º83.93%21.96%-
HSV(B)157.66º91.26%40.39%-
XYZ6.0110.187.12-
YUV70.9126.3683.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=5%
G=57.22%
B=37.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9103680.9100.340.60157.6683.9321.96
Hex967445B0223C9e5416
Octal111471041330427423612426
Binary1001110011110001001011011010001011110010011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096744; }

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

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

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

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

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

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

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

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