#6e871f

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

Shades of Olive Drab #6E871F

Tints of Olive Drab #6E871F

Color information

#6E871F (or 0x6E871F) is unknown color: approx Olive Drab. HEX triplet: 6E, 87 and 1F. RGB value is (110,135,31). Sum of RGB (Red+Green+Blue) = 110+135+31=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #6E871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E871F is #9178E0. Grayscale: #747474. Windows color (decimal): -9533665 or 2066286. OLE color: 2066286.

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

Color convert

RGB11013531-
CMYK0.1900.770.47
HSL74.42º62.65%32.55%-
HSV(B)74.42º77.04%52.94%-
XYZ15.3420.744.49-
YUV115.6780.22123.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=39.86%
G=48.91%
B=11.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110135310.1900.770.4774.4262.6532.55
Hex6E871F1304D2F4a3f21
Octal15620737230115571127741
Binary1101110100001111111110011010011011011111001010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e871f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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