#728619

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

Shades of Olive Drab #728619

Tints of Olive Drab #728619

Color information

#728619 (or 0x728619) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 19. RGB value is (114,134,25). Sum of RGB (Red+Green+Blue) = 114+134+25=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #728619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728619 is #8D79E6. Grayscale: #747474. Windows color (decimal): -9271783 or 1672818. OLE color: 1672818.

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

Color convert

RGB11413425-
CMYK0.1500.810.47
HSL71.01º68.55%31.18%-
HSV(B)71.01º81.34%52.55%-
XYZ15.6420.74.09-
YUV115.5976.87126.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=41.76%
G=49.08%
B=9.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134250.1500.810.4771.0168.5531.18
Hex728619F0512F47451f
Octal162206311701215710710537
Binary111001010000110110011111010100011011111000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728619; }

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

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

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

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

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

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

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

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