Html Css Color HEX #6E812D Olive Drab

📋 copy color: '#6E812D'

red 110 ◦ green 129 ◦ blue 45

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

Shades of Olive Drab #6E812D

Tints of Olive Drab #6E812D

RGB

 RED value IS 110 (43.36% from 255) = 38.73%

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

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 38.73%
G = 45.42%
B = 15.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#6E812D (or 0x6E812D) is known color: Olive Drab. HEX triplet: 6E, 81 and 2D. RGB value is (110,129,45). Sum of RGB (Red+Green+Blue) = 110+129+45=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #6E812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E812D is #917ED2. Grayscale: #727272. Windows color (decimal): -9535187 or 2982254. OLE color: 2982254.

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

Color convert

RGB 110 129 45 -
CMYK 0.15 0 0.65 0.49
HSL 73.57º 0.48% 0.34% -
HSV(B) 73.57º 0.65% 0.51% -
XYZ 14.75 19.2 5.41 -
YUV 113.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 110 129 45 0.15 0 0.65 0.49 73.57 0.48 0.34
Hex 6E 81 2D F 0 41 31 4A 30 22
Octal 156 201 55 17 0 101 61 112 60 42
Binary 1101110 10000001 101101 1111 0 1000001 110001 1001010 110000 100010

Color Harmonies of #6E812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E812D

Black with #6E812D

Text Example


Text Example

White with #6E812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,45); }

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

background-color css

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

 a { background-color: rgb(110,129,45); }

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

border-color css

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

 span { border-color: rgb(110,129,45); }

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