#06710E

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

Shades of Green #06710E

Tints of Green #06710E

Color information

#06710E (or 0x06710E) is unknown color: approx Green. HEX triplet: 06, 71 and 0E. RGB value is (6,113,14). Sum of RGB (Red+Green+Blue) = 6+113+14=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #06710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06710E is #F98EF1. Grayscale: #464646. Windows color (decimal): -16355058 or 946438. OLE color: 946438.

HSL color Cylindrical-coordinate representation of color #06710E: hue angle of 124.49º 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 #06710E is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB611314-
CMYK0.9500.880.56
HSL124.49º89.92%23.33%-
HSV(B)124.49º94.69%44.31%-
XYZ6.0611.882.39-
YUV69.7296.5582.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 113 (44.53% from 255) = 84.96%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=4.51%
G=84.96%
B=10.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113140.9500.880.56124.4989.9223.33
Hex671E5F058387c5a17
Octal61611613701307017413227
Binary110111000111101011111010110001110001111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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