#6E8732

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

Shades of Olive Drab #6E8732

Tints of Olive Drab #6E8732

Color information

#6E8732 (or 0x6E8732) is unknown color: approx Olive Drab. HEX triplet: 6E, 87 and 32. RGB value is (110,135,50). Sum of RGB (Red+Green+Blue) = 110+135+50=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8732 is #9178CD. Grayscale: #767676. Windows color (decimal): -9533646 or 3311470. OLE color: 3311470.

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

Color convert

RGB11013550-
CMYK0.1900.630.47
HSL77.65º45.95%36.27%-
HSV(B)77.65º62.96%52.94%-
XYZ15.6720.876.22-
YUV117.8489.72122.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=37.29%
G=45.76%
B=16.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110135500.1900.630.4777.6545.9536.27
Hex6E87321303F2F4e2e24
Octal1562076223077571165644
Binary1101110100001111100101001101111111011111001110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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