#6F9225

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

Shades of Olive Drab #6F9225

Tints of Olive Drab #6F9225

Color information

#6F9225 (or 0x6F9225) is unknown color: approx Olive Drab. HEX triplet: 6F, 92 and 25. RGB value is (111,146,37). Sum of RGB (Red+Green+Blue) = 111+146+37=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9225 is #906DDA. Grayscale: #7B7B7B. Windows color (decimal): -9465307 or 2462319. OLE color: 2462319.

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

Color convert

RGB11114637-
CMYK0.2400.750.43
HSL79.27º59.56%35.88%-
HSV(B)79.27º74.66%57.25%-
XYZ17.1724.075.49-
YUV123.1179.4119.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=37.76%
G=49.66%
B=12.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111146370.2400.750.4379.2759.5635.88
Hex6F92251804B2B4f3c24
Octal15722245300113531177444
Binary11011111001001010010111000010010111010111001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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