#6D8105

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

Shades of Olive #6D8105

Tints of Olive #6D8105

Color information

#6D8105 (or 0x6D8105) is unknown color: approx Olive. HEX triplet: 6D, 81 and 05. RGB value is (109,129,5). Sum of RGB (Red+Green+Blue) = 109+129+5=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8105 is #927EFA. Grayscale: #6D6D6D. Windows color (decimal): -9600763 or 360813. OLE color: 360813.

HSL color Cylindrical-coordinate representation of color #6D8105: hue angle of 69.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D8105 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1091295-
CMYK0.1600.960.49
HSL69.68º92.54%26.27%-
HSV(B)69.68º96.12%50.59%-
XYZ14.1818.963.06-
YUV108.8869.37128.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.86%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=44.86%
G=53.09%
B=2.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10912950.1600.960.4969.6892.5426.27
Hex6D8151006031465d1a
Octal15520152001406110613532
Binary11011011000000110110000011000001100011000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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