Html Css Color HEX #6D882E Olive Drab

📋 copy color: '#6D882E'

red 109 ◦ green 136 ◦ blue 46

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

Shades of Olive Drab #6D882E

Tints of Olive Drab #6D882E

RGB

 RED value IS 109 (42.97% from 255) = 37.46%

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

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

R = 37.46%
G = 46.74%
B = 15.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#6D882E (or 0x6D882E) is known color: Olive Drab. HEX triplet: 6D, 88 and 2E. RGB value is (109,136,46). Sum of RGB (Red+Green+Blue) = 109+136+46=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #6D882E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D882E is #9277D1. Grayscale: #767676. Windows color (decimal): -9598930 or 3049581. OLE color: 3049581.

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

Color convert

RGB 109 136 46 -
CMYK 0.20 0 0.66 0.47
HSL 78º 0.49% 0.36% -
HSV(B) 78º 0.66% 0.53% -
XYZ 15.6 21.06 5.83 -
YUV 117.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 109 136 46 0.20 0 0.66 0.47 78 0.49 0.36
Hex 6D 88 2E 14 0 42 2F 4E 31 24
Octal 155 210 56 24 0 102 57 116 61 44
Binary 1101101 10001000 101110 10100 0 1000010 101111 1001110 110001 100100

Color Harmonies of #6D882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D882E

Black with #6D882E

Text Example


Text Example

White with #6D882E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,136,46); }

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

background-color css

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

 a { background-color: rgb(109,136,46); }

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

border-color css

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

 span { border-color: rgb(109,136,46); }

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