Html Css Color HEX #6E812C Olive Drab

📋 copy color: '#6E812C'

red 110 ◦ green 129 ◦ blue 44

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

Shades of Olive Drab #6E812C

Tints of Olive Drab #6E812C

RGB

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

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

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

R = 38.87%
G = 45.58%
B = 15.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#6E812C (or 0x6E812C) is known color: Olive Drab. HEX triplet: 6E, 81 and 2C. RGB value is (110,129,44). Sum of RGB (Red+Green+Blue) = 110+129+44=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #6E812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E812C is #917ED3. Grayscale: #717171. Windows color (decimal): -9535188 or 2916718. OLE color: 2916718.

HSL color Cylindrical-coordinate representation of color #6E812C: hue angle of 73.41º 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 #6E812C is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 129 44 -
CMYK 0.15 0 0.66 0.49
HSL 73.41º 0.49% 0.34% -
HSV(B) 73.41º 0.66% 0.51% -
XYZ 14.74 19.2 5.31 -
YUV 113.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 110 129 44 0.15 0 0.66 0.49 73.41 0.49 0.34
Hex 6E 81 2C F 0 42 31 49 31 22
Octal 156 201 54 17 0 102 61 111 61 42
Binary 1101110 10000001 101100 1111 0 1000010 110001 1001001 110001 100010

Color Harmonies of #6E812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E812C

Black with #6E812C

Text Example


Text Example

White with #6E812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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