#6E832D

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

Shades of Olive Drab #6E832D

Tints of Olive Drab #6E832D

Color information

#6E832D (or 0x6E832D) is unknown color: approx Olive Drab. HEX triplet: 6E, 83 and 2D. RGB value is (110,131,45). Sum of RGB (Red+Green+Blue) = 110+131+45=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #6E832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E832D is #917CD2. Grayscale: #737373. Windows color (decimal): -9534675 or 2982766. OLE color: 2982766.

HSL color Cylindrical-coordinate representation of color #6E832D: hue angle of 74.65º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E832D is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB11013145-
CMYK0.1600.660.49
HSL74.65º48.86%34.51%-
HSV(B)74.65º65.65%51.37%-
XYZ15.0219.745.5-
YUV114.9288.54124.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=38.46%
G=45.80%
B=15.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131450.1600.660.4974.6548.8634.51
Hex6E832D10042314b3123
Octal15620355200102611136143
Binary11011101000001110110110000010000101100011001011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,45); }

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

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

 a { background-color: rgb(110,131,45); }

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

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

 span { border-color: rgb(110,131,45); }

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