#6D8103

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

Shades of Olive #6D8103

Tints of Olive #6D8103

Color information

#6D8103 (or 0x6D8103) is unknown color: approx Olive. HEX triplet: 6D, 81 and 03. RGB value is (109,129,3). Sum of RGB (Red+Green+Blue) = 109+129+3=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8103 is #927EFC. Grayscale: #6D6D6D. Windows color (decimal): -9600765 or 229741. OLE color: 229741.

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

Color convert

RGB1091293-
CMYK0.1600.980.49
HSL69.52º95.45%25.88%-
HSV(B)69.52º97.67%50.59%-
XYZ14.1718.963-
YUV108.6668.37128.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 3 (1.56% from 255) = 1.24%
R=45.23%
G=53.53%
B=1.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10912930.1600.980.4969.5295.4525.88
Hex6D8131006231465f1a
Octal15520132001426110613732
Binary1101101100000011110000011000101100011000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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