#09700C

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

Shades of Green #09700C

Tints of Green #09700C

Color information

#09700C (or 0x09700C) is unknown color: approx Green. HEX triplet: 09, 70 and 0C. RGB value is (9,112,12). Sum of RGB (Red+Green+Blue) = 9+112+12=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #09700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09700C is #F68FF3. Grayscale: #464646. Windows color (decimal): -16158708 or 815113. OLE color: 815113.

HSL color Cylindrical-coordinate representation of color #09700C: hue angle of 121.75º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09700C is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB911212-
CMYK0.9200.890.56
HSL121.75º85.12%23.73%-
HSV(B)121.75º91.96%43.92%-
XYZ5.9711.672.29-
YUV69.895.3884.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 112 (44.14% from 255) = 84.21%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=6.77%
G=84.21%
B=9.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112120.9200.890.56121.7585.1223.73
Hex970C5C059387a5518
Octal111601413401317017212530
Binary1001111000011001011100010110011110001111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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