#068521

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

Shades of Forest Green #068521

Tints of Forest Green #068521

Color information

#068521 (or 0x068521) is unknown color: approx Forest Green. HEX triplet: 06, 85 and 21. RGB value is (6,133,33). Sum of RGB (Red+Green+Blue) = 6+133+33=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #068521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068521 is #F97ADE. Grayscale: #535353. Windows color (decimal): -16349919 or 2196742. OLE color: 2196742.

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

Color convert

RGB613333-
CMYK0.9500.750.48
HSL132.76º91.37%27.25%-
HSV(B)132.76º95.49%52.16%-
XYZ8.7416.924.24-
YUV83.6399.4272.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 133 (52.34% from 255) = 77.33%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=3.49%
G=77.33%
B=19.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133330.9500.750.48132.7691.3727.25
Hex685215F04B30855b1b
Octal62054113701136020513333
Binary1101000010110000110111110100101111000010000101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068521; }

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

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

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

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

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

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

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

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