#06720A

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

Shades of Green #06720A

Tints of Green #06720A

Color information

#06720A (or 0x06720A) is unknown color: approx Green. HEX triplet: 06, 72 and 0A. RGB value is (6,114,10). Sum of RGB (Red+Green+Blue) = 6+114+10=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 114 (44.92% from 255 or 87.69% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 114 - color contains mainly: green. Hex color #06720A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06720A is #F98DF5. Grayscale: #464646. Windows color (decimal): -16354806 or 684550. OLE color: 684550.

HSL color Cylindrical-coordinate representation of color #06720A: hue angle of 122.22º 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 #06720A is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB611410-
CMYK0.9500.910.55
HSL122.22º90%23.53%-
HSV(B)122.22º94.74%44.71%-
XYZ6.1512.12.3-
YUV69.8594.2282.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 114 (44.92% from 255) = 87.69%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=4.62%
G=87.69%
B=7.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114100.9500.910.55122.229023.53
Hex672A5F05B377a5a18
Octal61621213701336717213230
Binary110111001010101011111010110111101111111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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