#6d8714

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

Shades of Olive Drab #6D8714

Tints of Olive Drab #6D8714

Color information

#6D8714 (or 0x6D8714) is unknown color: approx Olive Drab. HEX triplet: 6D, 87 and 14. RGB value is (109,135,20). Sum of RGB (Red+Green+Blue) = 109+135+20=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8714 is #9278EB. Grayscale: #727272. Windows color (decimal): -9599212 or 1345389. OLE color: 1345389.

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

Color convert

RGB10913520-
CMYK0.1900.850.47
HSL73.57º74.19%30.39%-
HSV(B)73.57º85.19%52.94%-
XYZ15.120.633.85-
YUV114.1274.89124.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=41.29%
G=51.14%
B=7.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109135200.1900.850.4773.5774.1930.39
Hex6D8714130552F4a4a1e
Octal155207242301255711211236
Binary1101101100001111010010011010101011011111001010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d8714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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