#6E812A

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

Shades of Olive Drab #6E812A

Tints of Olive Drab #6E812A

Color information

#6E812A (or 0x6E812A) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 2A. RGB value is (110,129,42). Sum of RGB (Red+Green+Blue) = 110+129+42=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #6E812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E812A is #917ED5. Grayscale: #717171. Windows color (decimal): -9535190 or 2785646. OLE color: 2785646.

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

Color convert

RGB11012942-
CMYK0.1500.670.49
HSL73.1º50.88%33.53%-
HSV(B)73.1º67.44%50.59%-
XYZ14.719.185.12-
YUV113.487.71125.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.15%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=39.15%
G=45.91%
B=14.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129420.1500.670.4973.150.8833.53
Hex6E812AF04331493322
Octal15620152170103611116342
Binary1101110100000011010101111010000111100011001001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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