#726701

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

Shades of Olive #726701

Tints of Olive #726701

Color information

#726701 (or 0x726701) is unknown color: approx Olive. HEX triplet: 72, 67 and 01. RGB value is (114,103,1). Sum of RGB (Red+Green+Blue) = 114+103+1=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #726701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726701 is #8D98FE. Grayscale: #5F5F5F. Windows color (decimal): -9279743 or 92018. OLE color: 92018.

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

Color convert

RGB1141031-
CMYK00.100.990.55
HSL54.16º98.26%22.55%-
HSV(B)54.16º99.12%44.71%-
XYZ11.813.281.97-
YUV94.6675.14141.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 103 (40.62% from 255) = 47.25%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=52.29%
G=47.25%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114103100.100.990.5554.1698.2622.55
Hex726710A6337366217
Octal1621471012143676614227
Binary111001011001111010101100011110111110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726701; }

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

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

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

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

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

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

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

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