#6C8410

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

Shades of Olive Drab #6C8410

Tints of Olive Drab #6C8410

Color information

#6C8410 (or 0x6C8410) is unknown color: approx Olive Drab. HEX triplet: 6C, 84 and 10. RGB value is (108,132,16). Sum of RGB (Red+Green+Blue) = 108+132+16=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8410 is #937BEF. Grayscale: #707070. Windows color (decimal): -9665520 or 1082476. OLE color: 1082476.

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

Color convert

RGB10813216-
CMYK0.1800.880.48
HSL72.41º78.38%29.02%-
HSV(B)72.41º87.88%51.76%-
XYZ14.5319.733.53-
YUV111.674.05125.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.19%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=42.19%
G=51.56%
B=6.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108132160.1800.880.4872.4178.3829.02
Hex6C84101205830484e1d
Octal154204202201306011011635
Binary1101100100001001000010010010110001100001001000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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