Html Css Color HEX #6D8411 Olive Drab

📋 copy color: '#6D8411'

red 109 ◦ green 132 ◦ blue 17

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

Shades of Olive Drab #6D8411

Tints of Olive Drab #6D8411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 42.25%
G = 51.16%
B = 6.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#6D8411 (or 0x6D8411) is known color: Olive Drab. HEX triplet: 6D, 84 and 11. RGB value is (109,132,17). Sum of RGB (Red+Green+Blue) = 109+132+17=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8411 is #927BEE. Grayscale: #707070. Windows color (decimal): -9599983 or 1148013. OLE color: 1148013.

HSL color Cylindrical-coordinate representation of color #6D8411: hue angle of 72º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D8411 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 17 -
CMYK 0.17 0 0.87 0.48
HSL 72º 0.77% 0.29% -
HSV(B) 72º 0.87% 0.52% -
XYZ 14.66 19.79 3.58 -
YUV 112.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 109 132 17 0.17 0 0.87 0.48 72 0.77 0.29
Hex 6D 84 11 11 0 57 30 48 4D 1D
Octal 155 204 21 21 0 127 60 110 115 35
Binary 1101101 10000100 10001 10001 0 1010111 110000 1001000 1001101 11101

Color Harmonies of #6D8411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8411

Black with #6D8411

Text Example


Text Example

White with #6D8411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,17); }

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

background-color css

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

 a { background-color: rgb(109,132,17); }

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

border-color css

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

 span { border-color: rgb(109,132,17); }

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