#06861E

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

Shades of Forest Green #06861E

Tints of Forest Green #06861E

Color information

#06861E (or 0x06861E) is unknown color: approx Forest Green. HEX triplet: 06, 86 and 1E. RGB value is (6,134,30). Sum of RGB (Red+Green+Blue) = 6+134+30=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 134 (52.73% from 255 or 78.82% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 134 - color contains mainly: green. Hex color #06861E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06861E is #F979E1. Grayscale: #545454. Windows color (decimal): -16349666 or 2000390. OLE color: 2000390.

HSL color Cylindrical-coordinate representation of color #06861E: hue angle of 131.25º 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 #06861E is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB613430-
CMYK0.9600.780.47
HSL131.25º91.43%27.45%-
HSV(B)131.25º95.52%52.55%-
XYZ8.8317.184.08-
YUV83.8797.5972.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 134 (52.73% from 255) = 78.82%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=3.53%
G=78.82%
B=17.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6134300.9600.780.47131.2591.4327.45
Hex6861E6004E2F835b1b
Octal62063614001165720313333
Binary110100001101111011000000100111010111110000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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