#6A9212

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

Shades of Olive Drab #6A9212

Tints of Olive Drab #6A9212

Color information

#6A9212 (or 0x6A9212) is unknown color: approx Olive Drab. HEX triplet: 6A, 92 and 12. RGB value is (106,146,18). Sum of RGB (Red+Green+Blue) = 106+146+18=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9212 is #956DED. Grayscale: #777777. Windows color (decimal): -9793006 or 1217130. OLE color: 1217130.

HSL color Cylindrical-coordinate representation of color #6A9212: hue angle of 78.75º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A9212 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB10614618-
CMYK0.2700.880.43
HSL78.75º78.05%32.16%-
HSV(B)78.75º87.67%57.25%-
XYZ16.3323.674.28-
YUV119.4570.75118.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=39.26%
G=54.07%
B=6.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106146180.2700.880.4378.7578.0532.16
Hex6A92121B0582B4f4e20
Octal152222223301305311711640
Binary11010101001001010010110110101100010101110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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