#759525

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

Shades of Olive Drab #759525

Tints of Olive Drab #759525

Color information

#759525 (or 0x759525) is unknown color: approx Olive Drab. HEX triplet: 75, 95 and 25. RGB value is (117,149,37). Sum of RGB (Red+Green+Blue) = 117+149+37=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #759525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759525 is #8A6ADA. Grayscale: #7F7F7F. Windows color (decimal): -9071323 or 2463093. OLE color: 2463093.

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

Color convert

RGB11714937-
CMYK0.2100.750.42
HSL77.14º60.22%36.47%-
HSV(B)77.14º75.17%58.43%-
XYZ18.4225.415.68-
YUV126.6677.4121.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=38.61%
G=49.17%
B=12.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149370.2100.750.4277.1460.2236.47
Hex7595251504B2A4d3c24
Octal16522545250113521157444
Binary11101011001010110010110101010010111010101001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759525; }

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

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

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

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

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

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

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

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