Html Css Color HEX #6E882F Olive Drab

📋 copy color: '#6E882F'

red 110 ◦ green 136 ◦ blue 47

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

Shades of Olive Drab #6E882F

Tints of Olive Drab #6E882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 37.54%
G = 46.42%
B = 16.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#6E882F (or 0x6E882F) is known color: Olive Drab. HEX triplet: 6E, 88 and 2F. RGB value is (110,136,47). Sum of RGB (Red+Green+Blue) = 110+136+47=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #6E882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E882F is #9177D0. Grayscale: #767676. Windows color (decimal): -9533393 or 3115118. OLE color: 3115118.

HSL color Cylindrical-coordinate representation of color #6E882F: hue angle of 77.53º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E882F is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 136 47 -
CMYK 0.19 0 0.65 0.47
HSL 77.53º 0.49% 0.36% -
HSV(B) 77.53º 0.65% 0.53% -
XYZ 15.75 21.13 5.94 -
YUV 118.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 110 136 47 0.19 0 0.65 0.47 77.53 0.49 0.36
Hex 6E 88 2F 13 0 41 2F 4E 31 24
Octal 156 210 57 23 0 101 57 116 61 44
Binary 1101110 10001000 101111 10011 0 1000001 101111 1001110 110001 100100

Color Harmonies of #6E882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E882F

Black with #6E882F

Text Example


Text Example

White with #6E882F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,136,47); }

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

background-color css

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

 a { background-color: rgb(110,136,47); }

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

border-color css

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

 span { border-color: rgb(110,136,47); }

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