#709525

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

Shades of Olive Drab #709525

Tints of Olive Drab #709525

Color information

#709525 (or 0x709525) is unknown color: approx Olive Drab. HEX triplet: 70, 95 and 25. RGB value is (112,149,37). Sum of RGB (Red+Green+Blue) = 112+149+37=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #709525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709525 is #8F6ADA. Grayscale: #7D7D7D. Windows color (decimal): -9399003 or 2463088. OLE color: 2463088.

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

Color convert

RGB11214937-
CMYK0.2500.750.42
HSL79.82º60.22%36.47%-
HSV(B)79.82º75.17%58.43%-
XYZ17.7625.075.65-
YUV125.1778.24118.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=37.58%
G=50%
B=12.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149370.2500.750.4279.8260.2236.47
Hex7095251904B2A503c24
Octal16022545310113521207444
Binary11100001001010110010111001010010111010101010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709525; }

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

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

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

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

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

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

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

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