#728B25

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

Shades of Olive Drab #728B25

Tints of Olive Drab #728B25

Color information

#728B25 (or 0x728B25) is unknown color: approx Olive Drab. HEX triplet: 72, 8B and 25. RGB value is (114,139,37). Sum of RGB (Red+Green+Blue) = 114+139+37=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #728B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B25 is #8D74DA. Grayscale: #787878. Windows color (decimal): -9270491 or 2460530. OLE color: 2460530.

HSL color Cylindrical-coordinate representation of color #728B25: hue angle of 74.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #728B25 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB11413937-
CMYK0.1800.730.45
HSL74.71º57.95%34.51%-
HSV(B)74.71º73.38%54.51%-
XYZ16.5122.185.16-
YUV119.981.22123.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 139 (54.69% from 255) = 47.93%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=39.31%
G=47.93%
B=12.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114139370.1800.730.4574.7157.9534.51
Hex728B25120492D4b3a23
Octal16221345220111551137243
Binary11100101000101110010110010010010011011011001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728B25; }

 p { color: rgb(114,139,37); }

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

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

 a { background-color: rgb(114,139,37); }

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

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

 span { border-color: rgb(114,139,37); }

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