#6D8508

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

Shades of Olive #6D8508

Tints of Olive #6D8508

Color information

#6D8508 (or 0x6D8508) is unknown color: approx Olive. HEX triplet: 6D, 85 and 08. RGB value is (109,133,8). Sum of RGB (Red+Green+Blue) = 109+133+8=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8508 is #927AF7. Grayscale: #707070. Windows color (decimal): -9599736 or 558445. OLE color: 558445.

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

Color convert

RGB1091338-
CMYK0.1800.940.48
HSL71.52º88.65%27.65%-
HSV(B)71.52º93.98%52.16%-
XYZ14.7420.043.32-
YUV111.5769.55126.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.6%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=43.6%
G=53.2%
B=3.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10913380.1800.940.4871.5288.6527.65
Hex6D8581205E3048591c
Octal155205102201366011013134
Binary110110110000101100010010010111101100001001000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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