Html Css Color HEX #6C8C20 Olive Drab

📋 copy color: '#6C8C20'

red 108 ◦ green 140 ◦ blue 32

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

Shades of Olive Drab #6C8C20

Tints of Olive Drab #6C8C20

RGB

 RED value IS 108 (42.58% from 255) = 38.57%

 GREEN value IS 140 (55.08% from 255) = 50%

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

R = 38.57%
G = 50%
B = 11.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#6C8C20 (or 0x6C8C20) is known color: Olive Drab. HEX triplet: 6C, 8C and 20. RGB value is (108,140,32). Sum of RGB (Red+Green+Blue) = 108+140+32=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8C20 is #9373DF. Grayscale: #767676. Windows color (decimal): -9663456 or 2133100. OLE color: 2133100.

HSL color Cylindrical-coordinate representation of color #6C8C20: hue angle of 77.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C8C20 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 140 32 -
CMYK 0.23 0 0.77 0.45
HSL 77.78º 0.63% 0.34% -
HSV(B) 77.78º 0.77% 0.55% -
XYZ 15.82 22.05 4.79 -
YUV 118.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 108 140 32 0.23 0 0.77 0.45 77.78 0.63 0.34
Hex 6C 8C 20 17 0 4D 2D 4E 3F 22
Octal 154 214 40 27 0 115 55 116 77 42
Binary 1101100 10001100 100000 10111 0 1001101 101101 1001110 111111 100010

Color Harmonies of #6C8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8C20

Black with #6C8C20

Text Example


Text Example

White with #6C8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8C20; }

 p { color: rgb(108,140,32); }

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

background-color css

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

 a { background-color: rgb(108,140,32); }

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

border-color css

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

 span { border-color: rgb(108,140,32); }

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