#09740C

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

Shades of Green #09740C

Tints of Green #09740C

Color information

#09740C (or 0x09740C) is unknown color: approx Green. HEX triplet: 09, 74 and 0C. RGB value is (9,116,12). Sum of RGB (Red+Green+Blue) = 9+116+12=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #09740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09740C is #F68BF3. Grayscale: #484848. Windows color (decimal): -16157684 or 816137. OLE color: 816137.

HSL color Cylindrical-coordinate representation of color #09740C: hue angle of 121.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09740C is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB911612-
CMYK0.9200.900.55
HSL121.68º85.6%24.51%-
HSV(B)121.68º92.24%45.49%-
XYZ6.4212.582.44-
YUV72.1594.0582.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 116 (45.70% from 255) = 84.67%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=6.57%
G=84.67%
B=8.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9116120.9200.900.55121.6885.624.51
Hex974C5C05A377a5619
Octal111641413401326717212631
Binary1001111010011001011100010110101101111111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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