#6A8920

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

Shades of Olive Drab #6A8920

Tints of Olive Drab #6A8920

Color information

#6A8920 (or 0x6A8920) is unknown color: approx Olive Drab. HEX triplet: 6A, 89 and 20. RGB value is (106,137,32). Sum of RGB (Red+Green+Blue) = 106+137+32=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8920 is #9576DF. Grayscale: #747474. Windows color (decimal): -9795296 or 2132330. OLE color: 2132330.

HSL color Cylindrical-coordinate representation of color #6A8920: hue angle of 77.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A8920 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB10613732-
CMYK0.2300.770.46
HSL77.71º62.13%33.14%-
HSV(B)77.71º76.64%53.73%-
XYZ15.1521.064.63-
YUV115.7680.73121.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=38.55%
G=49.82%
B=11.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137320.2300.770.4677.7162.1333.14
Hex6A89201704D2E4e3e21
Octal15221140270115561167641
Binary11010101000100110000010111010011011011101001110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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