#068D20

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

Shades of Forest Green #068D20

Tints of Forest Green #068D20

Color information

#068D20 (or 0x068D20) is unknown color: approx Forest Green. HEX triplet: 06, 8D and 20. RGB value is (6,141,32). Sum of RGB (Red+Green+Blue) = 6+141+32=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 141 (55.47% from 255 or 78.77% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 141 - color contains mainly: green. Hex color #068D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D20 is #F972DF. Grayscale: #585858. Windows color (decimal): -16347872 or 2133254. OLE color: 2133254.

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

Color convert

RGB614132-
CMYK0.9600.770.45
HSL131.56º91.84%28.82%-
HSV(B)131.56º95.74%55.29%-
XYZ9.8619.194.55-
YUV88.2196.2769.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 141 (55.47% from 255) = 78.77%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=3.35%
G=78.77%
B=17.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6141320.9600.770.45131.5691.8428.82
Hex68D206004D2D845c1d
Octal62154014001155520413435
Binary1101000110110000011000000100110110110110000100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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