Html Css Color HEX #068520 Forest Green

📋 copy color: '#068520'

red 6 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #068520

Tints of Forest Green #068520

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 value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#068520 (or 0x068520) is known color: 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

RGB 6 133 32 -
CMYK 0.95 0 0.76 0.48
HSL 132.28º 0.91% 0.27% -
HSV(B) 132.28º 0.95% 0.52% -
XYZ 8.72 16.92 4.17 -
YUV 83.51 98.92 72.71 -
System Red Green Blue C M Y K H S L
Decimal 6 133 32 0.95 0 0.76 0.48 132.28 0.91 0.27
Hex 6 85 20 5F 0 4C 30 84 5B 1B
Octal 6 205 40 137 0 114 60 204 133 33
Binary 110 10000101 100000 1011111 0 1001100 110000 10000100 1011011 11011

Color Harmonies of #068520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068520

Black with #068520

Text Example


Text Example

White with #068520

Text Example


Text Example

HTML Codes & Css Web 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>