#719525

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

Shades of Olive Drab #719525

Tints of Olive Drab #719525

Color information

#719525 (or 0x719525) is unknown color: approx Olive Drab. HEX triplet: 71, 95 and 25. RGB value is (113,149,37). Sum of RGB (Red+Green+Blue) = 113+149+37=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #719525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719525 is #8E6ADA. Grayscale: #7D7D7D. Windows color (decimal): -9333467 or 2463089. OLE color: 2463089.

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

Color convert

RGB11314937-
CMYK0.2400.750.42
HSL79.29º60.22%36.47%-
HSV(B)79.29º75.17%58.43%-
XYZ17.8925.145.66-
YUV125.4778.07119.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=37.79%
G=49.83%
B=12.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149370.2400.750.4279.2960.2236.47
Hex7195251804B2A4f3c24
Octal16122545300113521177444
Binary11100011001010110010111000010010111010101001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719525; }

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

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

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

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

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

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

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

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