#726101

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

Shades of Olive #726101

Tints of Olive #726101

Color information

#726101 (or 0x726101) is unknown color: approx Olive. HEX triplet: 72, 61 and 01. RGB value is (114,97,1). Sum of RGB (Red+Green+Blue) = 114+97+1=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #726101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726101 is #8D9EFE. Grayscale: #5B5B5B. Windows color (decimal): -9281279 or 90482. OLE color: 90482.

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

Color convert

RGB114971-
CMYK00.150.990.55
HSL50.97º98.26%22.55%-
HSV(B)50.97º99.12%44.71%-
XYZ11.2212.131.78-
YUV91.1477.13144.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=53.77%
G=45.75%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11497100.150.990.5550.9798.2622.55
Hex726110F6337336217
Octal1621411017143676314227
Binary111001011000011011111100011110111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726101; }

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

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

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

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

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

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

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

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