Html Css Color HEX #6D8820 Olive Drab

📋 copy color: '#6D8820'

red 109 ◦ green 136 ◦ blue 32

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

Shades of Olive Drab #6D8820

Tints of Olive Drab #6D8820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.1%

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

R = 39.35%
G = 49.1%
B = 11.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#6D8820 (or 0x6D8820) is known color: Olive Drab. HEX triplet: 6D, 88 and 20. RGB value is (109,136,32). Sum of RGB (Red+Green+Blue) = 109+136+32=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8820 is #9277DF. Grayscale: #747474. Windows color (decimal): -9598944 or 2132077. OLE color: 2132077.

HSL color Cylindrical-coordinate representation of color #6D8820: hue angle of 75.58º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D8820 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 136 32 -
CMYK 0.20 0 0.76 0.47
HSL 75.58º 0.62% 0.33% -
HSV(B) 75.58º 0.76% 0.53% -
XYZ 15.37 20.96 4.6 -
YUV 116.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 109 136 32 0.20 0 0.76 0.47 75.58 0.62 0.33
Hex 6D 88 20 14 0 4C 2F 4C 3E 21
Octal 155 210 40 24 0 114 57 114 76 41
Binary 1101101 10001000 100000 10100 0 1001100 101111 1001100 111110 100001

Color Harmonies of #6D8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8820

Black with #6D8820

Text Example


Text Example

White with #6D8820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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