#6E8C35

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

Shades of Olive Drab #6E8C35

Tints of Olive Drab #6E8C35

Color information

#6E8C35 (or 0x6E8C35) is unknown color: approx Olive Drab. HEX triplet: 6E, 8C and 35. RGB value is (110,140,53). Sum of RGB (Red+Green+Blue) = 110+140+53=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8C35 is #9173CA. Grayscale: #797979. Windows color (decimal): -9532363 or 3509358. OLE color: 3509358.

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

Color convert

RGB11014053-
CMYK0.2100.620.45
HSL80.69º45.08%37.84%-
HSV(B)80.69º62.14%54.9%-
XYZ16.4522.336.81-
YUV121.1189.56120.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 140 (55.08% from 255) = 46.20%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=36.30%
G=46.20%
B=17.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110140530.2100.620.4580.6945.0837.84
Hex6E8C351503E2D512d26
Octal1562146525076551215546
Binary1101110100011001101011010101111101011011010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,140,53); }

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

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

 a { background-color: rgb(110,140,53); }

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

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

 span { border-color: rgb(110,140,53); }

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