Html Css Color HEX #6D9420 Olive Drab

📋 copy color: '#6D9420'

red 109 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #6D9420

Tints of Olive Drab #6D9420

RGB

 RED value IS 109 (42.97% from 255) = 37.72%

 GREEN value IS 148 (58.2% from 255) = 51.21%

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

R = 37.72%
G = 51.21%
B = 11.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#6D9420 (or 0x6D9420) is known color: Olive Drab. HEX triplet: 6D, 94 and 20. RGB value is (109,148,32). Sum of RGB (Red+Green+Blue) = 109+148+32=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9420 is #926BDF. Grayscale: #7B7B7B. Windows color (decimal): -9595872 or 2135149. OLE color: 2135149.

HSL color Cylindrical-coordinate representation of color #6D9420: hue angle of 80.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D9420 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 148 32 -
CMYK 0.26 0 0.78 0.42
HSL 80.17º 0.64% 0.35% -
HSV(B) 80.17º 0.78% 0.58% -
XYZ 17.16 24.54 5.2 -
YUV 123.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 109 148 32 0.26 0 0.78 0.42 80.17 0.64 0.35
Hex 6D 94 20 1A 0 4E 2A 50 40 23
Octal 155 224 40 32 0 116 52 120 100 43
Binary 1101101 10010100 100000 11010 0 1001110 101010 1010000 1000000 100011

Color Harmonies of #6D9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9420

Black with #6D9420

Text Example


Text Example

White with #6D9420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,148,32); }

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

background-color css

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

 a { background-color: rgb(109,148,32); }

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

border-color css

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

 span { border-color: rgb(109,148,32); }

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