#6B8410

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

Shades of Olive Drab #6B8410

Tints of Olive Drab #6B8410

Color information

#6B8410 (or 0x6B8410) is unknown color: approx Olive Drab. HEX triplet: 6B, 84 and 10. RGB value is (107,132,16). Sum of RGB (Red+Green+Blue) = 107+132+16=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8410 is #947BEF. Grayscale: #6F6F6F. Windows color (decimal): -9731056 or 1082475. OLE color: 1082475.

HSL color Cylindrical-coordinate representation of color #6B8410: hue angle of 72.93º 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 #6B8410 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB10713216-
CMYK0.1900.880.48
HSL72.93º78.38%29.02%-
HSV(B)72.93º87.88%51.76%-
XYZ14.4119.673.53-
YUV111.374.22124.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=41.96%
G=51.76%
B=6.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107132160.1900.880.4872.9378.3829.02
Hex6B84101305830494e1d
Octal153204202301306011111635
Binary1101011100001001000010011010110001100001001001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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