#6E812F

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

Shades of Olive Drab #6E812F

Tints of Olive Drab #6E812F

Color information

#6E812F (or 0x6E812F) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 2F. RGB value is (110,129,47). Sum of RGB (Red+Green+Blue) = 110+129+47=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #6E812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E812F is #917ED0. Grayscale: #727272. Windows color (decimal): -9535185 or 3113326. OLE color: 3113326.

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

Color convert

RGB11012947-
CMYK0.1500.640.49
HSL73.9º46.59%34.51%-
HSV(B)73.9º63.57%50.59%-
XYZ14.7919.225.62-
YUV113.9790.21125.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 47 (18.75% from 255) = 16.43%
R=38.46%
G=45.10%
B=16.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129470.1500.640.4973.946.5934.51
Hex6E812FF040314a2f23
Octal15620157170100611125743
Binary1101110100000011011111111010000001100011001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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