#09600F

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

Shades of Green #09600F

Tints of Green #09600F

Color information

#09600F (or 0x09600F) is unknown color: approx Green. HEX triplet: 09, 60 and 0F. RGB value is (9,96,15). Sum of RGB (Red+Green+Blue) = 9+96+15=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #09600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09600F is #F69FF0. Grayscale: #3C3C3C. Windows color (decimal): -16162801 or 1007625. OLE color: 1007625.

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

Color convert

RGB99615-
CMYK0.9100.840.62
HSL124.14º82.86%20.59%-
HSV(B)124.14º90.62%37.65%-
XYZ4.388.461.85-
YUV60.75102.1891.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 96 (37.89% from 255) = 80%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=7.5%
G=80%
B=12.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996150.9100.840.62124.1482.8620.59
Hex960F5B0543E7c5315
Octal111401713301247617412325
Binary1001110000011111011011010101001111101111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09600F; }

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

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

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

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

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

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

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

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