#6E813A

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

Shades of Olive Drab #6E813A

Tints of Olive Drab #6E813A

Color information

#6E813A (or 0x6E813A) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 3A. RGB value is (110,129,58). Sum of RGB (Red+Green+Blue) = 110+129+58=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #6E813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E813A is #917EC5. Grayscale: #737373. Windows color (decimal): -9535174 or 3834222. OLE color: 3834222.

HSL color Cylindrical-coordinate representation of color #6E813A: hue angle of 76.06º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E813A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB11012958-
CMYK0.1500.550.49
HSL76.06º37.97%36.67%-
HSV(B)76.06º55.04%50.59%-
XYZ15.0419.326.94-
YUV115.2295.71124.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=37.04%
G=43.43%
B=19.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129580.1500.550.4976.0637.9736.67
Hex6E813AF037314c2625
Octal1562017217067611144645
Binary110111010000001111010111101101111100011001100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,58); }

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

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

 a { background-color: rgb(110,129,58); }

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

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

 span { border-color: rgb(110,129,58); }

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