Html Css Color HEX #6E812E Olive Drab

📋 copy color: '#6E812E'

red 110 ◦ green 129 ◦ blue 46

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

Shades of Olive Drab #6E812E

Tints of Olive Drab #6E812E

RGB

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

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

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

R = 38.6%
G = 45.26%
B = 16.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#6E812E (or 0x6E812E) is known color: Olive Drab. HEX triplet: 6E, 81 and 2E. RGB value is (110,129,46). Sum of RGB (Red+Green+Blue) = 110+129+46=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #6E812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E812E is #917ED1. Grayscale: #727272. Windows color (decimal): -9535186 or 3047790. OLE color: 3047790.

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

Color convert

RGB 110 129 46 -
CMYK 0.15 0 0.64 0.49
HSL 73.73º 0.47% 0.34% -
HSV(B) 73.73º 0.64% 0.51% -
XYZ 14.77 19.21 5.51 -
YUV 113.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 110 129 46 0.15 0 0.64 0.49 73.73 0.47 0.34
Hex 6E 81 2E F 0 40 31 4A 2F 22
Octal 156 201 56 17 0 100 61 112 57 42
Binary 1101110 10000001 101110 1111 0 1000000 110001 1001010 101111 100010

Color Harmonies of #6E812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E812E

Black with #6E812E

Text Example


Text Example

White with #6E812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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