#6F9518

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

Shades of Olive Drab #6F9518

Tints of Olive Drab #6F9518

Color information

#6F9518 (or 0x6F9518) is unknown color: approx Olive Drab. HEX triplet: 6F, 95 and 18. RGB value is (111,149,24). Sum of RGB (Red+Green+Blue) = 111+149+24=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9518 is #906AE7. Grayscale: #7B7B7B. Windows color (decimal): -9464552 or 1611119. OLE color: 1611119.

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

Color convert

RGB11114924-
CMYK0.2600.840.42
HSL78.24º72.25%33.92%-
HSV(B)78.24º83.89%58.43%-
XYZ17.4724.944.76-
YUV123.3971.91119.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=39.08%
G=52.46%
B=8.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111149240.2600.840.4278.2472.2533.92
Hex6F95181A0542A4e4822
Octal157225303201245211611042
Binary11011111001010111000110100101010010101010011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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