#6A8720

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

Shades of Olive Drab #6A8720

Tints of Olive Drab #6A8720

Color information

#6A8720 (or 0x6A8720) is unknown color: approx Olive Drab. HEX triplet: 6A, 87 and 20. RGB value is (106,135,32). Sum of RGB (Red+Green+Blue) = 106+135+32=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8720 is #9578DF. Grayscale: #727272. Windows color (decimal): -9795808 or 2131818. OLE color: 2131818.

HSL color Cylindrical-coordinate representation of color #6A8720: hue angle of 76.89º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A8720 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB10613532-
CMYK0.2100.760.47
HSL76.89º61.68%32.75%-
HSV(B)76.89º76.3%52.94%-
XYZ14.8720.54.54-
YUV114.5981.39121.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 135 (53.12% from 255) = 49.45%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=38.83%
G=49.45%
B=11.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135320.2100.760.4776.8961.6832.75
Hex6A87201504C2F4d3e21
Octal15220740250114571157641
Binary11010101000011110000010101010011001011111001101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,32); }

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

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

 a { background-color: rgb(106,135,32); }

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

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

 span { border-color: rgb(106,135,32); }

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