#6D882F

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

Shades of Olive Drab #6D882F

Tints of Olive Drab #6D882F

Color information

#6D882F (or 0x6D882F) is unknown color: approx Olive Drab. HEX triplet: 6D, 88 and 2F. RGB value is (109,136,47). Sum of RGB (Red+Green+Blue) = 109+136+47=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #6D882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D882F is #9277D0. Grayscale: #767676. Windows color (decimal): -9598929 or 3115117. OLE color: 3115117.

HSL color Cylindrical-coordinate representation of color #6D882F: hue angle of 78.2º 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 #6D882F is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB10913647-
CMYK0.2000.650.47
HSL78.2º48.63%35.88%-
HSV(B)78.2º65.44%53.33%-
XYZ15.6221.065.93-
YUV117.7888.05121.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.33%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=37.33%
G=46.58%
B=16.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136470.2000.650.4778.248.6335.88
Hex6D882F140412F4e3124
Octal15521057240101571166144
Binary11011011000100010111110100010000011011111001110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D882F;
 }
 .AnyTagClassName
 {
   color: #6D882F;
 }
</style>
background-color css

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

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

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

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

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

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