#06860D

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

Shades of Green #06860D

Tints of Green #06860D

Color information

#06860D (or 0x06860D) is unknown color: approx Green. HEX triplet: 06, 86 and 0D. RGB value is (6,134,13). Sum of RGB (Red+Green+Blue) = 6+134+13=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 134 (52.73% from 255 or 87.58% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 134 - color contains mainly: green. Hex color #06860D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06860D is #F979F2. Grayscale: #525252. Windows color (decimal): -16349683 or 886278. OLE color: 886278.

HSL color Cylindrical-coordinate representation of color #06860D: hue angle of 123.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06860D is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB613413-
CMYK0.9600.900.47
HSL123.28º91.43%27.45%-
HSV(B)123.28º95.52%52.55%-
XYZ8.6717.123.23-
YUV81.9389.0973.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 134 (52.73% from 255) = 87.58%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=3.92%
G=87.58%
B=8.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6134130.9600.900.47123.2891.4327.45
Hex686D6005A2F7b5b1b
Octal62061514001325717313333
Binary1101000011011011100000010110101011111111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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