#6F9418

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

Shades of Olive Drab #6F9418

Tints of Olive Drab #6F9418

Color information

#6F9418 (or 0x6F9418) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 18. RGB value is (111,148,24). Sum of RGB (Red+Green+Blue) = 111+148+24=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9418 is #906BE7. Grayscale: #7B7B7B. Windows color (decimal): -9464808 or 1610863. OLE color: 1610863.

HSL color Cylindrical-coordinate representation of color #6F9418: hue angle of 77.9º 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 #6F9418 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB11114824-
CMYK0.2500.840.42
HSL77.9º72.09%33.73%-
HSV(B)77.9º83.78%58.04%-
XYZ17.3124.634.7-
YUV122.872.24119.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 148 (58.20% from 255) = 52.30%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=39.22%
G=52.30%
B=8.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148240.2500.840.4277.972.0933.73
Hex6F9418190542A4e4822
Octal157224303101245211611042
Binary11011111001010011000110010101010010101010011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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