#6F9431

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

Shades of Olive Drab #6F9431

Tints of Olive Drab #6F9431

Color information

#6F9431 (or 0x6F9431) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 31. RGB value is (111,148,49). Sum of RGB (Red+Green+Blue) = 111+148+49=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9431 is #906BCE. Grayscale: #7E7E7E. Windows color (decimal): -9464783 or 3249263. OLE color: 3249263.

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

Color convert

RGB11114849-
CMYK0.2500.670.42
HSL82.42º50.25%38.63%-
HSV(B)82.42º66.89%58.04%-
XYZ17.724.786.76-
YUV125.6584.74117.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=36.04%
G=48.05%
B=15.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148490.2500.670.4282.4250.2538.63
Hex6F9431190432A523227
Octal15722461310103521226247
Binary11011111001010011000111001010000111010101010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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