#729300

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

Shades of Olive #729300

Tints of Olive #729300

Color information

#729300 (or 0x729300) is unknown color: approx Olive. HEX triplet: 72, 93 and 00. RGB value is (114,147,0). Sum of RGB (Red+Green+Blue) = 114+147+0=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #729300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729300 is #8D6CFF. Grayscale: #787878. Windows color (decimal): -9268480 or 37746. OLE color: 37746.

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

Color convert

RGB1141470-
CMYK0.22010.42
HSL73.47º100%28.82%-
HSV(B)73.47º100%57.65%-
XYZ17.3724.443.8-
YUV120.3860.07123.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 147 (57.81% from 255) = 56.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.68%
G=56.32%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11414700.22010.4273.4710028.82
Hex72930160642A49641d
Octal16222302601445211114435
Binary111001010010011010110011001001010101001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729300; }

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

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

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

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

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

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

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

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