#6E882F

Color #6E882F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6E882F

Tints of Olive Drab #6E882F

Color information

#6E882F (or 0x6E882F) is unknown color: approx 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

RGB11013647-
CMYK0.1900.650.47
HSL77.53º48.63%35.88%-
HSV(B)77.53º65.44%53.33%-
XYZ15.7521.135.94-
YUV118.0887.89122.24-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110136470.1900.650.4777.5348.6335.88
Hex6E882F130412F4e3124
Octal15621057230101571166144
Binary11011101000100010111110011010000011011111001110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>