Html Css Color HEX #068320 Forest Green

📋 copy color: '#068320'

red 6 ◦ green 131 ◦ blue 32

#068320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #068320

Tints of Forest Green #068320

RGB

 RED value IS 6 (2.73% from 255) = 3.55%

 GREEN value IS 131 (51.56% from 255) = 77.51%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 3.55%
G = 77.51%
B = 18.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#068320 (or 0x068320) is known color: Forest Green. HEX triplet: 06, 83 and 20. RGB value is (6,131,32). Sum of RGB (Red+Green+Blue) = 6+131+32=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 131 (51.56% from 255 or 77.51% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 131 - color contains mainly: green. Hex color #068320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068320 is #F97CDF. Grayscale: #525252. Windows color (decimal): -16350432 or 2130694. OLE color: 2130694.

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

Color convert

RGB 6 131 32 -
CMYK 0.95 0 0.76 0.49
HSL 132.48º 0.91% 0.27% -
HSV(B) 132.48º 0.95% 0.51% -
XYZ 8.45 16.38 4.08 -
YUV 82.34 99.59 73.55 -
System Red Green Blue C M Y K H S L
Decimal 6 131 32 0.95 0 0.76 0.49 132.48 0.91 0.27
Hex 6 83 20 5F 0 4C 31 84 5B 1B
Octal 6 203 40 137 0 114 61 204 133 33
Binary 110 10000011 100000 1011111 0 1001100 110001 10000100 1011011 11011

Color Harmonies of #068320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068320

Black with #068320

Text Example


Text Example

White with #068320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068320; }

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

 H1.HeaderClassName
 {
   color: #068320;
 }
 .AnyTagClassName
 {
   color: #068320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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