#068520

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

Shades of Forest Green #068520

Tints of Forest Green #068520

Color information

#068520 (or 0x068520) is unknown color: approx Forest Green. HEX triplet: 06, 85 and 20. RGB value is (6,133,32). Sum of RGB (Red+Green+Blue) = 6+133+32=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #068520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068520 is #F97ADF. Grayscale: #535353. Windows color (decimal): -16349920 or 2131206. OLE color: 2131206.

HSL color Cylindrical-coordinate representation of color #068520: hue angle of 132.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068520 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB613332-
CMYK0.9500.760.48
HSL132.28º91.37%27.25%-
HSV(B)132.28º95.49%52.16%-
XYZ8.7216.924.17-
YUV83.5198.9272.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 133 (52.34% from 255) = 77.78%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=3.51%
G=77.78%
B=18.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133320.9500.760.48132.2891.3727.25
Hex685205F04C30845b1b
Octal62054013701146020413333
Binary1101000010110000010111110100110011000010000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068520; }

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

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

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

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

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

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

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

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