#727504

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

Shades of Olive #727504

Tints of Olive #727504

Color information

#727504 (or 0x727504) is unknown color: approx Olive. HEX triplet: 72, 75 and 04. RGB value is (114,117,4). Sum of RGB (Red+Green+Blue) = 114+117+4=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #727504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727504 is #8D8AFB. Grayscale: #676767. Windows color (decimal): -9276156 or 292210. OLE color: 292210.

HSL color Cylindrical-coordinate representation of color #727504: hue angle of 61.59º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #727504 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1141174-
CMYK0.0300.970.54
HSL61.59º93.39%23.73%-
HSV(B)61.59º96.58%45.88%-
XYZ13.3216.312.56-
YUV103.2272.01135.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=48.51%
G=49.79%
B=1.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11411740.0300.970.5461.5993.3923.73
Hex727543061363e5d18
Octal162165430141667613530
Binary111001011101011001101100001110110111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727504; }

 p { color: rgb(114,117,4); }

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

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

 a { background-color: rgb(114,117,4); }

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

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

 span { border-color: rgb(114,117,4); }

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