#096540

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

Shades of Jewel #096540

Tints of Jewel #096540

Color information

#096540 (or 0x096540) is unknown color: approx Jewel. HEX triplet: 09, 65 and 40. RGB value is (9,101,64). Sum of RGB (Red+Green+Blue) = 9+101+64=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #096540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096540 is #F69ABF. Grayscale: #454545. Windows color (decimal): -16161472 or 4220169. OLE color: 4220169.

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

Color convert

RGB910164-
CMYK0.9100.370.60
HSL155.87º83.64%21.57%-
HSV(B)155.87º91.09%39.61%-
XYZ5.699.746.43-
YUV69.27125.0285.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 101 (39.84% from 255) = 58.05%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=5.17%
G=58.05%
B=36.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101640.9100.370.60155.8783.6421.57
Hex965405B0253C9c5416
Octal111451001330457423412426
Binary1001110010110000001011011010010111110010011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096540; }

 p { color: rgb(9,101,64); }

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

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

 a { background-color: rgb(9,101,64); }

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

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

 span { border-color: rgb(9,101,64); }

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