#728700

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

Shades of Olive #728700

Tints of Olive #728700

Color information

#728700 (or 0x728700) is unknown color: approx Olive. HEX triplet: 72, 87 and 00. RGB value is (114,135,0). Sum of RGB (Red+Green+Blue) = 114+135+0=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #728700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728700 is #8D78FF. Grayscale: #717171. Windows color (decimal): -9271552 or 34674. OLE color: 34674.

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

Color convert

RGB1141350-
CMYK0.16010.47
HSL69.33º100%26.47%-
HSV(B)69.33º100%52.94%-
XYZ15.620.913.21-
YUV113.3364.04128.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.78%
G=54.22%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11413500.16010.4769.3310026.47
Hex72870100642F45641a
Octal16220702001445710514432
Binary111001010000111010000011001001011111000101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728700; }

 p { color: rgb(114,135,0); }

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

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

 a { background-color: rgb(114,135,0); }

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

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

 span { border-color: rgb(114,135,0); }

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