#729401

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

Shades of Olive #729401

Tints of Olive #729401

Color information

#729401 (or 0x729401) is unknown color: approx Olive. HEX triplet: 72, 94 and 01. RGB value is (114,148,1). Sum of RGB (Red+Green+Blue) = 114+148+1=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #729401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729401 is #8D6BFE. Grayscale: #797979. Windows color (decimal): -9268223 or 103538. OLE color: 103538.

HSL color Cylindrical-coordinate representation of color #729401: hue angle of 73.88º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #729401 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1141481-
CMYK0.2300.990.42
HSL73.88º98.66%29.22%-
HSV(B)73.88º99.32%58.04%-
XYZ17.5324.763.88-
YUV121.0860.24122.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=43.35%
G=56.27%
B=0.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11414810.2300.990.4273.8898.6629.22
Hex72941170632A4a631d
Octal16222412701435211214335
Binary111001010010100110111011000111010101001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729401; }

 p { color: rgb(114,148,1); }

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

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

 a { background-color: rgb(114,148,1); }

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

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

 span { border-color: rgb(114,148,1); }

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