#727801

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

Shades of Olive #727801

Tints of Olive #727801

Color information

#727801 (or 0x727801) is unknown color: approx Olive. HEX triplet: 72, 78 and 01. RGB value is (114,120,1). Sum of RGB (Red+Green+Blue) = 114+120+1=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #727801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727801 is #8D87FE. Grayscale: #696969. Windows color (decimal): -9275391 or 96370. OLE color: 96370.

HSL color Cylindrical-coordinate representation of color #727801: hue angle of 63.03º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #727801 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1141201-
CMYK0.0500.990.53
HSL63.03º98.35%23.73%-
HSV(B)63.03º99.17%47.06%-
XYZ13.6617.012.59-
YUV104.6469.51134.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=48.51%
G=51.06%
B=0.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11412010.0500.990.5363.0398.3523.73
Hex727815063353f6218
Octal162170150143657714230
Binary11100101111000110101100011110101111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727801; }

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

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

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

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

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

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

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

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