#728625

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

Shades of Olive Drab #728625

Tints of Olive Drab #728625

Color information

#728625 (or 0x728625) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 25. RGB value is (114,134,37). Sum of RGB (Red+Green+Blue) = 114+134+37=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #728625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728625 is #8D79DA. Grayscale: #757575. Windows color (decimal): -9271771 or 2459250. OLE color: 2459250.

HSL color Cylindrical-coordinate representation of color #728625: hue angle of 72.37º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #728625 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB11413437-
CMYK0.1500.720.47
HSL72.37º56.73%33.53%-
HSV(B)72.37º72.39%52.55%-
XYZ15.820.764.92-
YUV116.9682.87125.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=40%
G=47.02%
B=12.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134370.1500.720.4772.3756.7333.53
Hex728625F0482F483922
Octal16220645170110571107142
Binary1110010100001101001011111010010001011111001000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728625; }

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

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

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

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

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

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

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

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