#6A9015

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

Shades of Olive Drab #6A9015

Tints of Olive Drab #6A9015

Color information

#6A9015 (or 0x6A9015) is unknown color: approx Olive Drab. HEX triplet: 6A, 90 and 15. RGB value is (106,144,21). Sum of RGB (Red+Green+Blue) = 106+144+21=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9015 is #956FEA. Grayscale: #777777. Windows color (decimal): -9793515 or 1413226. OLE color: 1413226.

HSL color Cylindrical-coordinate representation of color #6A9015: hue angle of 78.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A9015 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB10614421-
CMYK0.2600.850.44
HSL78.54º74.55%32.35%-
HSV(B)78.54º85.42%56.47%-
XYZ16.0523.064.32-
YUV118.6272.91119-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 144 (56.64% from 255) = 53.14%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=39.11%
G=53.14%
B=7.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106144210.2600.850.4478.5474.5532.35
Hex6A90151A0552C4f4b20
Octal152220253201255411711340
Binary11010101001000010101110100101010110110010011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,21); }

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

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

 a { background-color: rgb(106,144,21); }

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

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

 span { border-color: rgb(106,144,21); }

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