Html Css Color HEX #6E841F Olive Drab

📋 copy color: '#6E841F'

red 110 ◦ green 132 ◦ blue 31

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

Shades of Olive Drab #6E841F

Tints of Olive Drab #6E841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 40.29%
G = 48.35%
B = 11.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#6E841F (or 0x6E841F) is known color: Olive Drab. HEX triplet: 6E, 84 and 1F. RGB value is (110,132,31). Sum of RGB (Red+Green+Blue) = 110+132+31=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #6E841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E841F is #917BE0. Grayscale: #727272. Windows color (decimal): -9534433 or 2065518. OLE color: 2065518.

HSL color Cylindrical-coordinate representation of color #6E841F: hue angle of 73.07º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E841F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 31 -
CMYK 0.17 0 0.77 0.48
HSL 73.07º 0.62% 0.32% -
HSV(B) 73.07º 0.77% 0.52% -
XYZ 14.93 19.92 4.35 -
YUV 113.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 110 132 31 0.17 0 0.77 0.48 73.07 0.62 0.32
Hex 6E 84 1F 11 0 4D 30 49 3E 20
Octal 156 204 37 21 0 115 60 111 76 40
Binary 1101110 10000100 11111 10001 0 1001101 110000 1001001 111110 100000

Color Harmonies of #6E841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E841F

Black with #6E841F

Text Example


Text Example

White with #6E841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,31); }

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

background-color css

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

 a { background-color: rgb(110,132,31); }

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

border-color css

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

 span { border-color: rgb(110,132,31); }

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