#729800

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

Shades of Olive #729800

Tints of Olive #729800

Color information

#729800 (or 0x729800) is unknown color: approx Olive. HEX triplet: 72, 98 and 00. RGB value is (114,152,0). Sum of RGB (Red+Green+Blue) = 114+152+0=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #729800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729800 is #8D67FF. Grayscale: #7B7B7B. Windows color (decimal): -9267200 or 39026. OLE color: 39026.

HSL color Cylindrical-coordinate representation of color #729800: hue angle of 75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #729800 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1141520-
CMYK0.25010.40
HSL75º100%29.8%-
HSV(B)75º100%59.61%-
XYZ18.1726.034.07-
YUV123.3158.41121.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 152 (59.77% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11415200.25010.407510029.8
Hex7298019064284b641e
Octal16223003101445011314436
Binary111001010011000011001011001001010001001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729800; }

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

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

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

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

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

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

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

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