Html Css Color HEX #6D812E Olive Drab

📋 copy color: '#6D812E'

red 109 ◦ green 129 ◦ blue 46

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

Shades of Olive Drab #6D812E

Tints of Olive Drab #6D812E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 38.38%
G = 45.42%
B = 16.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#6D812E (or 0x6D812E) is known color: Olive Drab. HEX triplet: 6D, 81 and 2E. RGB value is (109,129,46). Sum of RGB (Red+Green+Blue) = 109+129+46=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #6D812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D812E is #927ED1. Grayscale: #717171. Windows color (decimal): -9600722 or 3047789. OLE color: 3047789.

HSL color Cylindrical-coordinate representation of color #6D812E: hue angle of 74.46º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D812E is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 129 46 -
CMYK 0.16 0 0.64 0.49
HSL 74.46º 0.47% 0.34% -
HSV(B) 74.46º 0.64% 0.51% -
XYZ 14.65 19.15 5.51 -
YUV 113.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 109 129 46 0.16 0 0.64 0.49 74.46 0.47 0.34
Hex 6D 81 2E 10 0 40 31 4A 2F 22
Octal 155 201 56 20 0 100 61 112 57 42
Binary 1101101 10000001 101110 10000 0 1000000 110001 1001010 101111 100010

Color Harmonies of #6D812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D812E

Black with #6D812E

Text Example


Text Example

White with #6D812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,129,46); }

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

background-color css

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

 a { background-color: rgb(109,129,46); }

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

border-color css

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

 span { border-color: rgb(109,129,46); }

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