#6D6905

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

Shades of Olive #6D6905

Tints of Olive #6D6905

Color information

#6D6905 (or 0x6D6905) is unknown color: approx Olive. HEX triplet: 6D, 69 and 05. RGB value is (109,105,5). Sum of RGB (Red+Green+Blue) = 109+105+5=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6905 is #9296FA. Grayscale: #5F5F5F. Windows color (decimal): -9606907 or 354669. OLE color: 354669.

HSL color Cylindrical-coordinate representation of color #6D6905: hue angle of 57.69º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D6905 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB1091055-
CMYK00.040.950.57
HSL57.69º91.23%22.35%-
HSV(B)57.69º95.41%42.75%-
XYZ11.3913.372.12-
YUV94.877.33138.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.77%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 5 (2.34% from 255) = 2.28%
R=49.77%
G=47.95%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109105500.040.950.5757.6991.2322.35
Hex6D695045F393a5b16
Octal155151504137717213326
Binary1101101110100110101001011111111001111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,5); }

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

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

 a { background-color: rgb(109,105,5); }

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

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

 span { border-color: rgb(109,105,5); }

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