#06710A

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

Shades of Green #06710A

Tints of Green #06710A

Color information

#06710A (or 0x06710A) is unknown color: approx Green. HEX triplet: 06, 71 and 0A. RGB value is (6,113,10). Sum of RGB (Red+Green+Blue) = 6+113+10=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 113 (44.53% from 255 or 87.60% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 113 - color contains mainly: green. Hex color #06710A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06710A is #F98EF5. Grayscale: #454545. Windows color (decimal): -16355062 or 684294. OLE color: 684294.

HSL color Cylindrical-coordinate representation of color #06710A: hue angle of 122.24º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06710A is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB611310-
CMYK0.9500.910.56
HSL122.24º89.92%23.33%-
HSV(B)122.24º94.69%44.31%-
XYZ6.0411.872.26-
YUV69.2694.5582.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 113 (44.53% from 255) = 87.60%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=4.65%
G=87.60%
B=7.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113100.9500.910.56122.2489.9223.33
Hex671A5F05B387a5a17
Octal61611213701337017213227
Binary110111000110101011111010110111110001111010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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