#068130

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

Shades of Dark Spring Green #068130

Tints of Dark Spring Green #068130

Color information

#068130 (or 0x068130) is unknown color: approx Dark Spring Green. HEX triplet: 06, 81 and 30. RGB value is (6,129,48). Sum of RGB (Red+Green+Blue) = 6+129+48=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #068130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068130 is #F97ECF. Grayscale: #535353. Windows color (decimal): -16350928 or 3178758. OLE color: 3178758.

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

Color convert

RGB612948-
CMYK0.9500.630.49
HSL140.49º91.11%26.47%-
HSV(B)140.49º95.35%50.59%-
XYZ8.4615.955.43-
YUV82.99108.2573.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 129 (50.78% from 255) = 70.49%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=3.28%
G=70.49%
B=26.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129480.9500.630.49140.4991.1126.47
Hex681305F03F318c5b1a
Octal6201601370776121413332
Binary110100000011100001011111011111111000110001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068130; }

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

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

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

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

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

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

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

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