#6E8731

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

Shades of Olive Drab #6E8731

Tints of Olive Drab #6E8731

Color information

#6E8731 (or 0x6E8731) is unknown color: approx Olive Drab. HEX triplet: 6E, 87 and 31. RGB value is (110,135,49). Sum of RGB (Red+Green+Blue) = 110+135+49=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8731 is #9178CE. Grayscale: #767676. Windows color (decimal): -9533647 or 3245934. OLE color: 3245934.

HSL color Cylindrical-coordinate representation of color #6E8731: hue angle of 77.44º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E8731 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB11013549-
CMYK0.1900.640.47
HSL77.44º46.74%36.08%-
HSV(B)77.44º63.7%52.94%-
XYZ15.6520.866.11-
YUV117.7289.22122.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.41%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=37.41%
G=45.92%
B=16.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110135490.1900.640.4777.4446.7436.08
Hex6E8731130402F4d2f24
Octal15620761230100571155744
Binary11011101000011111000110011010000001011111001101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,135,49); }

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

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

 a { background-color: rgb(110,135,49); }

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

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

 span { border-color: rgb(110,135,49); }

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