#6F8413

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

Shades of Olive Drab #6F8413

Tints of Olive Drab #6F8413

Color information

#6F8413 (or 0x6F8413) is unknown color: approx Olive Drab. HEX triplet: 6F, 84 and 13. RGB value is (111,132,19). Sum of RGB (Red+Green+Blue) = 111+132+19=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8413 is #907BEC. Grayscale: #717171. Windows color (decimal): -9468909 or 1279087. OLE color: 1279087.

HSL color Cylindrical-coordinate representation of color #6F8413: hue angle of 71.15º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F8413 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB11113219-
CMYK0.1600.860.48
HSL71.15º74.83%29.61%-
HSV(B)71.15º85.61%51.76%-
XYZ14.9219.933.68-
YUV112.8475.04126.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=42.37%
G=50.38%
B=7.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132190.1600.860.4871.1574.8329.61
Hex6F84131005630474b1e
Octal157204232001266010711336
Binary1101111100001001001110000010101101100001000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,19); }

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

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

 a { background-color: rgb(111,132,19); }

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

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

 span { border-color: rgb(111,132,19); }

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