#6E961A

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

Shades of Olive Drab #6E961A

Tints of Olive Drab #6E961A

Color information

#6E961A (or 0x6E961A) is unknown color: approx Olive Drab. HEX triplet: 6E, 96 and 1A. RGB value is (110,150,26). Sum of RGB (Red+Green+Blue) = 110+150+26=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #6E961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E961A is #9169E5. Grayscale: #7C7C7C. Windows color (decimal): -9529830 or 1742446. OLE color: 1742446.

HSL color Cylindrical-coordinate representation of color #6E961A: hue angle of 79.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E961A is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB11015026-
CMYK0.2700.830.41
HSL79.35º70.45%34.51%-
HSV(B)79.35º82.67%58.82%-
XYZ17.5225.24.92-
YUV123.972.75118.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=38.46%
G=52.45%
B=9.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110150260.2700.830.4179.3570.4534.51
Hex6E961A1B053294f4623
Octal156226323301235111710643
Binary11011101001011011010110110101001110100110011111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,150,26); }

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

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

 a { background-color: rgb(110,150,26); }

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

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

 span { border-color: rgb(110,150,26); }

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