#06720D

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

Shades of Green #06720D

Tints of Green #06720D

Color information

#06720D (or 0x06720D) is unknown color: approx Green. HEX triplet: 06, 72 and 0D. RGB value is (6,114,13). Sum of RGB (Red+Green+Blue) = 6+114+13=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #06720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06720D is #F98DF2. Grayscale: #464646. Windows color (decimal): -16354803 or 881158. OLE color: 881158.

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

Color convert

RGB611413-
CMYK0.9500.890.55
HSL123.89º90%23.53%-
HSV(B)123.89º94.74%44.71%-
XYZ6.1712.12.39-
YUV70.1995.7282.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 114 (44.92% from 255) = 85.71%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=4.51%
G=85.71%
B=9.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114130.9500.890.55123.899023.53
Hex672D5F059377c5a18
Octal61621513701316717413230
Binary110111001011011011111010110011101111111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06720D; }

 p { color: rgb(6,114,13); }

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

<style>
 a { background-color: #06720D; }

 a { background-color: rgb(6,114,13); }

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

<style>
 span { border-color: #06720D; }

 span { border-color: rgb(6,114,13); }

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