#726405

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

Shades of Olive #726405

Tints of Olive #726405

Color information

#726405 (or 0x726405) is unknown color: approx Olive. HEX triplet: 72, 64 and 05. RGB value is (114,100,5). Sum of RGB (Red+Green+Blue) = 114+100+5=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #726405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726405 is #8D9BFA. Grayscale: #5D5D5D. Windows color (decimal): -9280507 or 353394. OLE color: 353394.

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

Color convert

RGB1141005-
CMYK00.120.960.55
HSL52.29º91.6%23.33%-
HSV(B)52.29º95.61%44.71%-
XYZ11.5212.71.99-
YUV93.3678.14142.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 5 (2.34% from 255) = 2.28%
R=52.05%
G=45.66%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114100500.120.960.5552.2991.623.33
Hex726450C6037345c17
Octal1621445014140676413427
Binary11100101100100101011001100000110111110100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726405; }

 p { color: rgb(114,100,5); }

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

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

 a { background-color: rgb(114,100,5); }

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

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

 span { border-color: rgb(114,100,5); }

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