#6F9525

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

Shades of Olive Drab #6F9525

Tints of Olive Drab #6F9525

Color information

#6F9525 (or 0x6F9525) is unknown color: approx Olive Drab. HEX triplet: 6F, 95 and 25. RGB value is (111,149,37). Sum of RGB (Red+Green+Blue) = 111+149+37=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9525 is #906ADA. Grayscale: #7D7D7D. Windows color (decimal): -9464539 or 2463087. OLE color: 2463087.

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

Color convert

RGB11114937-
CMYK0.2600.750.42
HSL80.36º60.22%36.47%-
HSV(B)80.36º75.17%58.43%-
XYZ17.6425.015.65-
YUV124.8778.41118.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=37.37%
G=50.17%
B=12.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111149370.2600.750.4280.3660.2236.47
Hex6F95251A04B2A503c24
Octal15722545320113521207444
Binary11011111001010110010111010010010111010101010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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