#726501

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

Shades of Olive #726501

Tints of Olive #726501

Color information

#726501 (or 0x726501) is unknown color: approx Olive. HEX triplet: 72, 65 and 01. RGB value is (114,101,1). Sum of RGB (Red+Green+Blue) = 114+101+1=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #726501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726501 is #8D9AFE. Grayscale: #5D5D5D. Windows color (decimal): -9280255 or 91506. OLE color: 91506.

HSL color Cylindrical-coordinate representation of color #726501: hue angle of 53.1º 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 #726501 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB1141011-
CMYK00.110.990.55
HSL53.1º98.26%22.55%-
HSV(B)53.1º99.12%44.71%-
XYZ11.612.891.9-
YUV93.4975.81142.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=52.78%
G=46.76%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114101100.110.990.5553.198.2622.55
Hex726510B6337356217
Octal1621451013143676514227
Binary111001011001011010111100011110111110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726501; }

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

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

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

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

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

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

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

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