#06812D

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

Shades of Dark Spring Green #06812D

Tints of Dark Spring Green #06812D

Color information

#06812D (or 0x06812D) is unknown color: approx Dark Spring Green. HEX triplet: 06, 81 and 2D. RGB value is (6,129,45). Sum of RGB (Red+Green+Blue) = 6+129+45=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #06812D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06812D is #F97ED2. Grayscale: #525252. Windows color (decimal): -16350931 or 2982150. OLE color: 2982150.

HSL color Cylindrical-coordinate representation of color #06812D: hue angle of 139.02º 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 #06812D is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB612945-
CMYK0.9500.650.49
HSL139.02º91.11%26.47%-
HSV(B)139.02º95.35%50.59%-
XYZ8.415.935.11-
YUV82.65106.7573.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 129 (50.78% from 255) = 71.67%
BLUE value IS 45 (17.97% from 255) = 25%
R=3.33%
G=71.67%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129450.9500.650.49139.0291.1126.47
Hex6812D5F041318b5b1a
Octal62015513701016121313332
Binary1101000000110110110111110100000111000110001011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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