#06862F

Color #06862F Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #06862F

Tints of Dark Spring Green #06862F

Color information

#06862F (or 0x06862F) is unknown color: approx Dark Spring Green. HEX triplet: 06, 86 and 2F. RGB value is (6,134,47). Sum of RGB (Red+Green+Blue) = 6+134+47=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 134 (52.73% from 255 or 71.66% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 134 - color contains mainly: green. Hex color #06862F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06862F is #F979D0. Grayscale: #565656. Windows color (decimal): -16349649 or 3114502. OLE color: 3114502.

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

Color convert

RGB613447-
CMYK0.9600.650.47
HSL139.22º91.43%27.45%-
HSV(B)139.22º95.52%52.55%-
XYZ9.1117.295.55-
YUV85.81106.0971.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 134 (52.73% from 255) = 71.66%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=3.21%
G=71.66%
B=25.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6134470.9600.650.47139.2291.4327.45
Hex6862F600412F8b5b1b
Octal62065714001015721313333
Binary1101000011010111111000000100000110111110001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06862F; }

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

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

<style>
 a { background-color: #06862F; }

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

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

<style>
 span { border-color: #06862F; }

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

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