#728801

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

Shades of Olive #728801

Tints of Olive #728801

Color information

#728801 (or 0x728801) is unknown color: approx Olive. HEX triplet: 72, 88 and 01. RGB value is (114,136,1). Sum of RGB (Red+Green+Blue) = 114+136+1=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #728801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728801 is #8D77FE. Grayscale: #727272. Windows color (decimal): -9271295 or 100466. OLE color: 100466.

HSL color Cylindrical-coordinate representation of color #728801: hue angle of 69.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #728801 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1141361-
CMYK0.1600.990.47
HSL69.78º98.54%26.86%-
HSV(B)69.78º99.26%53.33%-
XYZ15.7521.193.29-
YUV114.0364.21127.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=45.42%
G=54.18%
B=0.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11413610.1600.990.4769.7898.5426.86
Hex72881100632F46631b
Octal16221012001435710614333
Binary111001010001000110000011000111011111000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728801; }

 p { color: rgb(114,136,1); }

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

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

 a { background-color: rgb(114,136,1); }

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

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

 span { border-color: rgb(114,136,1); }

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