#6A910A

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

Shades of Olive Drab #6A910A

Tints of Olive Drab #6A910A

Color information

#6A910A (or 0x6A910A) is unknown color: approx Olive Drab. HEX triplet: 6A, 91 and 0A. RGB value is (106,145,10). Sum of RGB (Red+Green+Blue) = 106+145+10=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #6A910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A910A is #956EF5. Grayscale: #767676. Windows color (decimal): -9793270 or 692586. OLE color: 692586.

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

Color convert

RGB10614510-
CMYK0.2700.930.43
HSL77.33º87.1%30.39%-
HSV(B)77.33º93.1%56.86%-
XYZ16.1223.343.94-
YUV117.9567.08119.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=40.61%
G=55.56%
B=3.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106145100.2700.930.4377.3387.130.39
Hex6A91A1B05D2B4d571e
Octal152221123301355311512736
Binary110101010010001101011011010111011010111001101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,10); }

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

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

 a { background-color: rgb(106,145,10); }

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

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

 span { border-color: rgb(106,145,10); }

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