#068328

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

Shades of Forest Green #068328

Tints of Forest Green #068328

Color information

#068328 (or 0x068328) is unknown color: approx Forest Green. HEX triplet: 06, 83 and 28. RGB value is (6,131,40). Sum of RGB (Red+Green+Blue) = 6+131+40=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 131 (51.56% from 255 or 74.01% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 131 - color contains mainly: green. Hex color #068328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068328 is #F97CD7. Grayscale: #535353. Windows color (decimal): -16350424 or 2654982. OLE color: 2654982.

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

Color convert

RGB613140-
CMYK0.9500.690.49
HSL136.32º91.24%26.86%-
HSV(B)136.32º95.42%51.37%-
XYZ8.5716.424.73-
YUV83.25103.5972.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 131 (51.56% from 255) = 74.01%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=3.39%
G=74.01%
B=22.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131400.9500.690.49136.3291.2426.86
Hex683285F04531885b1b
Octal62035013701056121013333
Binary1101000001110100010111110100010111000110001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068328; }

 p { color: rgb(6,131,40); }

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

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

 a { background-color: rgb(6,131,40); }

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

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

 span { border-color: rgb(6,131,40); }

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