#07720C

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

Shades of Green #07720C

Tints of Green #07720C

Color information

#07720C (or 0x07720C) is unknown color: approx Green. HEX triplet: 07, 72 and 0C. RGB value is (7,114,12). Sum of RGB (Red+Green+Blue) = 7+114+12=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #07720C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07720C is #F88DF3. Grayscale: #464646. Windows color (decimal): -16289268 or 815623. OLE color: 815623.

HSL color Cylindrical-coordinate representation of color #07720C: hue angle of 122.8º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07720C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB711412-
CMYK0.9400.890.55
HSL122.8º88.43%23.73%-
HSV(B)122.8º93.86%44.71%-
XYZ6.1712.112.36-
YUV70.3895.0582.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 114 (44.92% from 255) = 85.71%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=5.26%
G=85.71%
B=9.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114120.9400.890.55122.888.4323.73
Hex772C5E059377b5818
Octal71621413601316717313030
Binary111111001011001011110010110011101111111011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,114,12); }

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

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

 a { background-color: rgb(7,114,12); }

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

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

 span { border-color: rgb(7,114,12); }

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