#726203

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

Shades of Olive #726203

Tints of Olive #726203

Color information

#726203 (or 0x726203) is unknown color: approx Olive. HEX triplet: 72, 62 and 03. RGB value is (114,98,3). Sum of RGB (Red+Green+Blue) = 114+98+3=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #726203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726203 is #8D9DFC. Grayscale: #5C5C5C. Windows color (decimal): -9281021 or 221810. OLE color: 221810.

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

Color convert

RGB114983-
CMYK00.140.970.55
HSL51.35º94.87%22.94%-
HSV(B)51.35º97.37%44.71%-
XYZ11.3212.321.87-
YUV91.9577.8143.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=53.02%
G=45.58%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11498300.140.970.5551.3594.8722.94
Hex726230E6137335f17
Octal1621423016141676313727
Binary1110010110001011011101100001110111110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726203; }

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

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

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

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

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

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

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

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