#6F9125

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

Shades of Olive Drab #6F9125

Tints of Olive Drab #6F9125

Color information

#6F9125 (or 0x6F9125) is unknown color: approx Olive Drab. HEX triplet: 6F, 91 and 25. RGB value is (111,145,37). Sum of RGB (Red+Green+Blue) = 111+145+37=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9125 is #906EDA. Grayscale: #7A7A7A. Windows color (decimal): -9465563 or 2462063. OLE color: 2462063.

HSL color Cylindrical-coordinate representation of color #6F9125: hue angle of 78.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F9125 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB11114537-
CMYK0.2300.740.43
HSL78.89º59.34%35.69%-
HSV(B)78.89º74.48%56.86%-
XYZ17.0123.765.44-
YUV122.5279.74119.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=37.88%
G=49.49%
B=12.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111145370.2300.740.4378.8959.3435.69
Hex6F91251704A2B4f3b24
Octal15722145270112531177344
Binary11011111001000110010110111010010101010111001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,37); }

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

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

 a { background-color: rgb(111,145,37); }

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

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

 span { border-color: rgb(111,145,37); }

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