#729700

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

Shades of Olive #729700

Tints of Olive #729700

Color information

#729700 (or 0x729700) is unknown color: approx Olive. HEX triplet: 72, 97 and 00. RGB value is (114,151,0). Sum of RGB (Red+Green+Blue) = 114+151+0=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #729700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729700 is #8D68FF. Grayscale: #7B7B7B. Windows color (decimal): -9267456 or 38770. OLE color: 38770.

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

Color convert

RGB1141510-
CMYK0.25010.41
HSL74.7º100%29.61%-
HSV(B)74.7º100%59.22%-
XYZ18.0125.714.01-
YUV122.7258.74121.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 151 (59.38% from 255) = 56.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.02%
G=56.98%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11415100.25010.4174.710029.61
Hex7297019064294b641e
Octal16222703101445111314436
Binary111001010010111011001011001001010011001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729700; }

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

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

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

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

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

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

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

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