#727805

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

Shades of Olive #727805

Tints of Olive #727805

Color information

#727805 (or 0x727805) is unknown color: approx Olive. HEX triplet: 72, 78 and 05. RGB value is (114,120,5). Sum of RGB (Red+Green+Blue) = 114+120+5=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #727805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727805 is #8D87FA. Grayscale: #696969. Windows color (decimal): -9275387 or 358514. OLE color: 358514.

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

Color convert

RGB1141205-
CMYK0.0500.960.53
HSL63.13º92%24.51%-
HSV(B)63.13º95.83%47.06%-
XYZ13.6817.022.71-
YUV105.171.51134.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=47.70%
G=50.21%
B=2.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11412050.0500.960.5363.139224.51
Hex727855060353f5c19
Octal162170550140657713431
Binary1110010111100010110101100000110101111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727805; }

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

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

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

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

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

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

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

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