#728D0A

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

Shades of Olive #728D0A

Tints of Olive #728D0A

Color information

#728D0A (or 0x728D0A) is unknown color: approx Olive. HEX triplet: 72, 8D and 0A. RGB value is (114,141,10). Sum of RGB (Red+Green+Blue) = 114+141+10=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #728D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728D0A is #8D72F5. Grayscale: #767676. Windows color (decimal): -9270006 or 691570. OLE color: 691570.

HSL color Cylindrical-coordinate representation of color #728D0A: hue angle of 72.37º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #728D0A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB11414110-
CMYK0.1900.930.45
HSL72.37º86.75%29.61%-
HSV(B)72.37º92.91%55.29%-
XYZ16.5222.653.79-
YUV117.9967.05125.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 141 (55.47% from 255) = 53.21%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=43.02%
G=53.21%
B=3.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141100.1900.930.4572.3786.7529.61
Hex728DA1305D2D48571e
Octal162215122301355511012736
Binary111001010001101101010011010111011011011001000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,141,10); }

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

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

 a { background-color: rgb(114,141,10); }

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

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

 span { border-color: rgb(114,141,10); }

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