#6E853C

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

Shades of Olive Drab #6E853C

Tints of Olive Drab #6E853C

Color information

#6E853C (or 0x6E853C) is unknown color: approx Olive Drab. HEX triplet: 6E, 85 and 3C. RGB value is (110,133,60). Sum of RGB (Red+Green+Blue) = 110+133+60=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #6E853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E853C is #917AC3. Grayscale: #767676. Windows color (decimal): -9534148 or 3966318. OLE color: 3966318.

HSL color Cylindrical-coordinate representation of color #6E853C: hue angle of 78.9º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E853C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB11013360-
CMYK0.1700.550.48
HSL78.9º37.82%37.84%-
HSV(B)78.9º54.89%52.16%-
XYZ15.6320.427.39-
YUV117.895.38122.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=36.30%
G=43.89%
B=19.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133600.1700.550.4878.937.8237.84
Hex6E853C11037304f2626
Octal1562057421067601174646
Binary1101110100001011111001000101101111100001001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,60); }

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

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

 a { background-color: rgb(110,133,60); }

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

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

 span { border-color: rgb(110,133,60); }

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