#728605

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

Shades of Olive #728605

Tints of Olive #728605

Color information

#728605 (or 0x728605) is unknown color: approx Olive. HEX triplet: 72, 86 and 05. RGB value is (114,134,5). Sum of RGB (Red+Green+Blue) = 114+134+5=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #728605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728605 is #8D79FA. Grayscale: #717171. Windows color (decimal): -9271803 or 362098. OLE color: 362098.

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

Color convert

RGB1141345-
CMYK0.1500.960.47
HSL69.3º92.81%27.25%-
HSV(B)69.3º96.27%52.55%-
XYZ15.4920.643.31-
YUV113.3166.87128.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=45.06%
G=52.96%
B=1.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11413450.1500.960.4769.392.8127.25
Hex72865F0602F455d1b
Octal16220651701405710513533
Binary1110010100001101011111011000001011111000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728605; }

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

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

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

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

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

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

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

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