#6F860D

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

Shades of Olive Drab #6F860D

Tints of Olive Drab #6F860D

Color information

#6F860D (or 0x6F860D) is unknown color: approx Olive Drab. HEX triplet: 6F, 86 and 0D. RGB value is (111,134,13). Sum of RGB (Red+Green+Blue) = 111+134+13=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #6F860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F860D is #9079F2. Grayscale: #717171. Windows color (decimal): -9468403 or 886383. OLE color: 886383.

HSL color Cylindrical-coordinate representation of color #6F860D: hue angle of 71.4º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F860D is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB11113413-
CMYK0.1700.900.47
HSL71.4º82.31%28.82%-
HSV(B)71.4º90.3%52.55%-
XYZ15.1520.463.53-
YUV113.3371.38126.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 13 (5.47% from 255) = 5.04%
R=43.02%
G=51.94%
B=5.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111134130.1700.900.4771.482.3128.82
Hex6F86D1105A2F47521d
Octal157206152101325710712235
Binary110111110000110110110001010110101011111000111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,13); }

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

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

 a { background-color: rgb(111,134,13); }

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

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

 span { border-color: rgb(111,134,13); }

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