#06810E

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

Shades of Green #06810E

Tints of Green #06810E

Color information

#06810E (or 0x06810E) is unknown color: approx Green. HEX triplet: 06, 81 and 0E. RGB value is (6,129,14). Sum of RGB (Red+Green+Blue) = 6+129+14=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 129 (50.78% from 255 or 86.58% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 129 - color contains mainly: green. Hex color #06810E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06810E is #F97EF1. Grayscale: #4F4F4F. Windows color (decimal): -16350962 or 950534. OLE color: 950534.

HSL color Cylindrical-coordinate representation of color #06810E: hue angle of 123.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06810E is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB612914-
CMYK0.9500.890.49
HSL123.9º91.11%26.47%-
HSV(B)123.9º95.35%50.59%-
XYZ815.773.04-
YUV79.1191.2575.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 129 (50.78% from 255) = 86.58%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=4.03%
G=86.58%
B=9.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129140.9500.890.49123.991.1126.47
Hex681E5F059317c5b1a
Octal62011613701316117413332
Binary1101000000111101011111010110011100011111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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