Html Css Color HEX #6D812C Olive Drab

📋 copy color: '#6D812C'

red 109 ◦ green 129 ◦ blue 44

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

Shades of Olive Drab #6D812C

Tints of Olive Drab #6D812C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 38.65%
G = 45.74%
B = 15.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#6D812C (or 0x6D812C) is known color: Olive Drab. HEX triplet: 6D, 81 and 2C. RGB value is (109,129,44). Sum of RGB (Red+Green+Blue) = 109+129+44=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #6D812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D812C is #927ED3. Grayscale: #717171. Windows color (decimal): -9600724 or 2916717. OLE color: 2916717.

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

Color convert

RGB 109 129 44 -
CMYK 0.16 0 0.66 0.49
HSL 74.12º 0.49% 0.34% -
HSV(B) 74.12º 0.66% 0.51% -
XYZ 14.61 19.13 5.31 -
YUV 113.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 109 129 44 0.16 0 0.66 0.49 74.12 0.49 0.34
Hex 6D 81 2C 10 0 42 31 4A 31 22
Octal 155 201 54 20 0 102 61 112 61 42
Binary 1101101 10000001 101100 10000 0 1000010 110001 1001010 110001 100010

Color Harmonies of #6D812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D812C

Black with #6D812C

Text Example


Text Example

White with #6D812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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