#726201

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

Shades of Olive #726201

Tints of Olive #726201

Color information

#726201 (or 0x726201) is unknown color: approx Olive. HEX triplet: 72, 62 and 01. RGB value is (114,98,1). Sum of RGB (Red+Green+Blue) = 114+98+1=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #726201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726201 is #8D9DFE. Grayscale: #5C5C5C. Windows color (decimal): -9281023 or 90738. OLE color: 90738.

HSL color Cylindrical-coordinate representation of color #726201: hue angle of 51.5º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #726201 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114981-
CMYK00.140.990.55
HSL51.5º98.26%22.55%-
HSV(B)51.5º99.12%44.71%-
XYZ11.3112.311.81-
YUV91.7376.8143.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=53.52%
G=46.01%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11498100.140.990.5551.598.2622.55
Hex726210E6337346217
Octal1621421016143676414227
Binary111001011000101011101100011110111110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726201; }

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

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

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

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

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

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

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

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