#6F9510

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

Shades of Olive Drab #6F9510

Tints of Olive Drab #6F9510

Color information

#6F9510 (or 0x6F9510) is unknown color: approx Olive Drab. HEX triplet: 6F, 95 and 10. RGB value is (111,149,16). Sum of RGB (Red+Green+Blue) = 111+149+16=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9510 is #906AEF. Grayscale: #7A7A7A. Windows color (decimal): -9464560 or 1086831. OLE color: 1086831.

HSL color Cylindrical-coordinate representation of color #6F9510: hue angle of 77.14º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F9510 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB11114916-
CMYK0.2600.890.42
HSL77.14º80.61%32.35%-
HSV(B)77.14º89.26%58.43%-
XYZ17.424.914.38-
YUV122.4867.91119.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=40.22%
G=53.99%
B=5.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111149160.2600.890.4277.1480.6132.35
Hex6F95101A0592A4d5120
Octal157225203201315211512140
Binary11011111001010110000110100101100110101010011011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,149,16); }

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

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

 a { background-color: rgb(111,149,16); }

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

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

 span { border-color: rgb(111,149,16); }

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