#6A910C

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

Shades of Olive Drab #6A910C

Tints of Olive Drab #6A910C

Color information

#6A910C (or 0x6A910C) is unknown color: approx Olive Drab. HEX triplet: 6A, 91 and 0C. RGB value is (106,145,12). Sum of RGB (Red+Green+Blue) = 106+145+12=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #6A910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A910C is #956EF3. Grayscale: #767676. Windows color (decimal): -9793268 or 823658. OLE color: 823658.

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

Color convert

RGB10614512-
CMYK0.2700.920.43
HSL77.59º84.71%30.78%-
HSV(B)77.59º91.72%56.86%-
XYZ16.1423.344-
YUV118.1868.08119.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=40.30%
G=55.13%
B=4.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106145120.2700.920.4377.5984.7130.78
Hex6A91C1B05C2B4e551f
Octal152221143301345311612537
Binary110101010010001110011011010111001010111001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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