#068D32

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

Shades of Dark Spring Green #068D32

Tints of Dark Spring Green #068D32

Color information

#068D32 (or 0x068D32) is unknown color: approx Dark Spring Green. HEX triplet: 06, 8D and 32. RGB value is (6,141,50). Sum of RGB (Red+Green+Blue) = 6+141+50=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #068D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D32 is #F972CD. Grayscale: #5A5A5A. Windows color (decimal): -16347854 or 3312902. OLE color: 3312902.

HSL color Cylindrical-coordinate representation of color #068D32: hue angle of 139.56º 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 #068D32 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB614150-
CMYK0.9600.650.45
HSL139.56º91.84%28.82%-
HSV(B)139.56º95.74%55.29%-
XYZ10.1819.326.21-
YUV90.26105.2767.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 141 (55.47% from 255) = 71.57%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=3.05%
G=71.57%
B=25.38%

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
Decimal6141500.9600.650.45139.5691.8428.82
Hex68D32600412D8c5c1d
Octal62156214001015521413435
Binary1101000110111001011000000100000110110110001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,141,50); }

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

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

 a { background-color: rgb(6,141,50); }

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

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

 span { border-color: rgb(6,141,50); }

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