#6E862A

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

Shades of Olive Drab #6E862A

Tints of Olive Drab #6E862A

Color information

#6E862A (or 0x6E862A) is unknown color: approx Olive Drab. HEX triplet: 6E, 86 and 2A. RGB value is (110,134,42). Sum of RGB (Red+Green+Blue) = 110+134+42=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #6E862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E862A is #9179D5. Grayscale: #747474. Windows color (decimal): -9533910 or 2786926. OLE color: 2786926.

HSL color Cylindrical-coordinate representation of color #6E862A: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E862A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB11013442-
CMYK0.1800.690.47
HSL75.65º52.27%34.51%-
HSV(B)75.65º68.66%52.55%-
XYZ15.3720.535.34-
YUV116.3486.05123.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=38.46%
G=46.85%
B=14.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134420.1800.690.4775.6552.2734.51
Hex6E862A120452F4c3423
Octal15620652220105571146443
Binary11011101000011010101010010010001011011111001100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,42); }

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

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

 a { background-color: rgb(110,134,42); }

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

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

 span { border-color: rgb(110,134,42); }

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