#6D8504

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

Shades of Olive #6D8504

Tints of Olive #6D8504

Color information

#6D8504 (or 0x6D8504) is unknown color: approx Olive. HEX triplet: 6D, 85 and 04. RGB value is (109,133,4). Sum of RGB (Red+Green+Blue) = 109+133+4=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8504 is #927AFB. Grayscale: #6F6F6F. Windows color (decimal): -9599740 or 296301. OLE color: 296301.

HSL color Cylindrical-coordinate representation of color #6D8504: hue angle of 71.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D8504 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB1091334-
CMYK0.1800.970.48
HSL71.16º94.16%26.86%-
HSV(B)71.16º96.99%52.16%-
XYZ14.7220.043.21-
YUV111.1267.55126.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=44.31%
G=54.07%
B=1.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10913340.1800.970.4871.1694.1626.86
Hex6D8541206130475e1b
Octal15520542201416010713633
Binary11011011000010110010010011000011100001000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,4); }

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

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

 a { background-color: rgb(109,133,4); }

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

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

 span { border-color: rgb(109,133,4); }

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