#06882F

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

Shades of Dark Spring Green #06882F

Tints of Dark Spring Green #06882F

Color information

#06882F (or 0x06882F) is unknown color: approx Dark Spring Green. HEX triplet: 06, 88 and 2F. RGB value is (6,136,47). Sum of RGB (Red+Green+Blue) = 6+136+47=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 136 (53.52% from 255 or 71.96% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 136 - color contains mainly: green. Hex color #06882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06882F is #F977D0. Grayscale: #575757. Windows color (decimal): -16349137 or 3115014. OLE color: 3115014.

HSL color Cylindrical-coordinate representation of color #06882F: hue angle of 138.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06882F is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB613647-
CMYK0.9600.650.47
HSL138.92º91.55%27.84%-
HSV(B)138.92º95.59%53.33%-
XYZ9.3917.855.64-
YUV86.98105.4370.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 136 (53.52% from 255) = 71.96%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=3.17%
G=71.96%
B=24.87%

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
Decimal6136470.9600.650.47138.9291.5527.84
Hex6882F600412F8b5c1c
Octal62105714001015721313434
Binary1101000100010111111000000100000110111110001011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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