#6D872A

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

Shades of Olive Drab #6D872A

Tints of Olive Drab #6D872A

Color information

#6D872A (or 0x6D872A) is unknown color: approx Olive Drab. HEX triplet: 6D, 87 and 2A. RGB value is (109,135,42). Sum of RGB (Red+Green+Blue) = 109+135+42=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #6D872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D872A is #9278D5. Grayscale: #747474. Windows color (decimal): -9599190 or 2787181. OLE color: 2787181.

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

Color convert

RGB10913542-
CMYK0.1900.690.47
HSL76.77º52.54%34.71%-
HSV(B)76.77º68.89%52.94%-
XYZ15.3920.755.38-
YUV116.6285.89122.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=38.11%
G=47.20%
B=14.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109135420.1900.690.4776.7752.5434.71
Hex6D872A130452F4d3523
Octal15520752230105571156543
Binary11011011000011110101010011010001011011111001101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,135,42); }

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

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

 a { background-color: rgb(109,135,42); }

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

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

 span { border-color: rgb(109,135,42); }

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