#068131

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

Shades of Dark Spring Green #068131

Tints of Dark Spring Green #068131

Color information

#068131 (or 0x068131) is unknown color: approx Dark Spring Green. HEX triplet: 06, 81 and 31. RGB value is (6,129,49). Sum of RGB (Red+Green+Blue) = 6+129+49=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #068131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068131 is #F97ECE. Grayscale: #535353. Windows color (decimal): -16350927 or 3244294. OLE color: 3244294.

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

Color convert

RGB612949-
CMYK0.9500.620.49
HSL140.98º91.11%26.47%-
HSV(B)140.98º95.35%50.59%-
XYZ8.4815.965.54-
YUV83.1108.7573-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 129 (50.78% from 255) = 70.11%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=3.26%
G=70.11%
B=26.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129490.9500.620.49140.9891.1126.47
Hex681315F03E318d5b1a
Octal6201611370766121513332
Binary110100000011100011011111011111011000110001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068131; }

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

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

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

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

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

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

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

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