#6f9414

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

Shades of Olive Drab #6F9414

Tints of Olive Drab #6F9414

Color information

#6F9414 (or 0x6F9414) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 14. RGB value is (111,148,20). Sum of RGB (Red+Green+Blue) = 111+148+20=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9414 is #906BEB. Grayscale: #7A7A7A. Windows color (decimal): -9464812 or 1348719. OLE color: 1348719.

HSL color Cylindrical-coordinate representation of color #6F9414: hue angle of 77.34º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F9414 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB11114820-
CMYK0.2500.860.42
HSL77.34º76.19%32.94%-
HSV(B)77.34º86.49%58.04%-
XYZ17.2724.614.5-
YUV122.3470.24119.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=39.78%
G=53.05%
B=7.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148200.2500.860.4277.3476.1932.94
Hex6F9414190562A4d4c21
Octal157224243101265211511441
Binary11011111001010010100110010101011010101010011011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f9414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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