#6F9014

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

Shades of Olive Drab #6F9014

Tints of Olive Drab #6F9014

Color information

#6F9014 (or 0x6F9014) is unknown color: approx Olive Drab. HEX triplet: 6F, 90 and 14. RGB value is (111,144,20). Sum of RGB (Red+Green+Blue) = 111+144+20=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9014 is #906FEB. Grayscale: #787878. Windows color (decimal): -9465836 or 1347695. OLE color: 1347695.

HSL color Cylindrical-coordinate representation of color #6F9014: hue angle of 75.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F9014 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB11114420-
CMYK0.2300.860.44
HSL75.97º75.61%32.16%-
HSV(B)75.97º86.11%56.47%-
XYZ16.6623.384.3-
YUV12071.57121.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=40.36%
G=52.36%
B=7.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111144200.2300.860.4475.9775.6132.16
Hex6F9014170562C4c4c20
Octal157220242701265411411440
Binary11011111001000010100101110101011010110010011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,20); }

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

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

 a { background-color: rgb(111,144,20); }

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

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

 span { border-color: rgb(111,144,20); }

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