#728509

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

Shades of Olive #728509

Tints of Olive #728509

Color information

#728509 (or 0x728509) is unknown color: approx Olive. HEX triplet: 72, 85 and 09. RGB value is (114,133,9). Sum of RGB (Red+Green+Blue) = 114+133+9=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #728509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728509 is #8D7AF6. Grayscale: #717171. Windows color (decimal): -9272055 or 623986. OLE color: 623986.

HSL color Cylindrical-coordinate representation of color #728509: hue angle of 69.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #728509 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1141339-
CMYK0.1400.930.48
HSL69.19º87.32%27.84%-
HSV(B)69.19º93.23%52.16%-
XYZ15.3820.373.38-
YUV113.1869.21128.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 9 (3.91% from 255) = 3.52%
R=44.53%
G=51.95%
B=3.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11413390.1400.930.4869.1987.3227.84
Hex72859E05D3045571c
Octal162205111601356010512734
Binary11100101000010110011110010111011100001000101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728509; }

 p { color: rgb(114,133,9); }

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

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

 a { background-color: rgb(114,133,9); }

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

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

 span { border-color: rgb(114,133,9); }

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