#09600C

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

Shades of Green #09600C

Tints of Green #09600C

Color information

#09600C (or 0x09600C) is unknown color: approx Green. HEX triplet: 09, 60 and 0C. RGB value is (9,96,12). Sum of RGB (Red+Green+Blue) = 9+96+12=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #09600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09600C is #F69FF3. Grayscale: #3C3C3C. Windows color (decimal): -16162804 or 811017. OLE color: 811017.

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

Color convert

RGB99612-
CMYK0.9100.880.62
HSL122.07º82.86%20.59%-
HSV(B)122.07º90.62%37.65%-
XYZ4.368.451.75-
YUV60.41100.6891.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=7.69%
G=82.05%
B=10.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996120.9100.880.62122.0782.8620.59
Hex960C5B0583E7a5315
Octal111401413301307617212325
Binary1001110000011001011011010110001111101111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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