#068C31

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

Shades of Dark Spring Green #068C31

Tints of Dark Spring Green #068C31

Color information

#068C31 (or 0x068C31) is unknown color: approx Dark Spring Green. HEX triplet: 06, 8C and 31. RGB value is (6,140,49). Sum of RGB (Red+Green+Blue) = 6+140+49=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #068C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C31 is #F973CE. Grayscale: #595959. Windows color (decimal): -16348111 or 3247110. OLE color: 3247110.

HSL color Cylindrical-coordinate representation of color #068C31: hue angle of 139.25º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C31 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB614049-
CMYK0.9600.650.45
HSL139.25º91.78%28.63%-
HSV(B)139.25º95.71%54.9%-
XYZ10.0119.026.05-
YUV89.56105.1168.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 140 (55.08% from 255) = 71.79%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=3.08%
G=71.79%
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.45
SystemRedGreenBlueCMYKHSL
Decimal6140490.9600.650.45139.2591.7828.63
Hex68C31600412D8b5c1d
Octal62146114001015521313435
Binary1101000110011000111000000100000110110110001011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068C31; }

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

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

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

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

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

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

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

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