#728200

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

Shades of Olive #728200

Tints of Olive #728200

Color information

#728200 (or 0x728200) is unknown color: approx Olive. HEX triplet: 72, 82 and 00. RGB value is (114,130,0). Sum of RGB (Red+Green+Blue) = 114+130+0=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #728200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728200 is #8D7DFF. Grayscale: #6E6E6E. Windows color (decimal): -9272832 or 33394. OLE color: 33394.

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

Color convert

RGB1141300-
CMYK0.12010.49
HSL67.38º100%25.49%-
HSV(B)67.38º100%50.98%-
XYZ14.9219.542.99-
YUV110.465.7130.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.72%
G=53.28%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11413000.12010.4967.3810025.49
Hex72820C06431436419
Octal16220201401446110314431
Binary11100101000001001100011001001100011000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728200; }

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

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

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

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

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

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

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

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