#6C841A

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

Shades of Olive Drab #6C841A

Tints of Olive Drab #6C841A

Color information

#6C841A (or 0x6C841A) is unknown color: approx Olive Drab. HEX triplet: 6C, 84 and 1A. RGB value is (108,132,26). Sum of RGB (Red+Green+Blue) = 108+132+26=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #6C841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C841A is #937BE5. Grayscale: #717171. Windows color (decimal): -9665510 or 1737836. OLE color: 1737836.

HSL color Cylindrical-coordinate representation of color #6C841A: hue angle of 73.58º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C841A is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB10813226-
CMYK0.1800.800.48
HSL73.58º67.09%30.98%-
HSV(B)73.58º80.3%51.76%-
XYZ14.6219.774.02-
YUV112.7479.05124.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.60%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=40.60%
G=49.62%
B=9.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108132260.1800.800.4873.5867.0930.98
Hex6C841A12050304a431f
Octal154204322201206011210337
Binary1101100100001001101010010010100001100001001010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,132,26); }

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

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

 a { background-color: rgb(108,132,26); }

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

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

 span { border-color: rgb(108,132,26); }

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