#6A9512

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

Shades of Olive Drab #6A9512

Tints of Olive Drab #6A9512

Color information

#6A9512 (or 0x6A9512) is unknown color: approx Olive Drab. HEX triplet: 6A, 95 and 12. RGB value is (106,149,18). Sum of RGB (Red+Green+Blue) = 106+149+18=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9512 is #956AED. Grayscale: #797979. Windows color (decimal): -9792238 or 1217898. OLE color: 1217898.

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

Color convert

RGB10614918-
CMYK0.2900.880.42
HSL79.69º78.44%32.75%-
HSV(B)79.69º87.92%58.43%-
XYZ16.824.64.44-
YUV121.2169.75117.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=38.83%
G=54.58%
B=6.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106149180.2900.880.4279.6978.4432.75
Hex6A95121D0582A504e21
Octal152225223501305212011641
Binary11010101001010110010111010101100010101010100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,18); }

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

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

 a { background-color: rgb(106,149,18); }

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

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

 span { border-color: rgb(106,149,18); }

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