#727802

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

Shades of Olive #727802

Tints of Olive #727802

Color information

#727802 (or 0x727802) is unknown color: approx Olive. HEX triplet: 72, 78 and 02. RGB value is (114,120,2). Sum of RGB (Red+Green+Blue) = 114+120+2=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #727802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727802 is #8D87FD. Grayscale: #696969. Windows color (decimal): -9275390 or 161906. OLE color: 161906.

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

Color convert

RGB1141202-
CMYK0.0500.980.53
HSL63.05º96.72%23.92%-
HSV(B)63.05º98.33%47.06%-
XYZ13.6717.012.62-
YUV104.7570.01134.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=48.31%
G=50.85%
B=0.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11412020.0500.980.5363.0596.7223.92
Hex727825062353f6118
Octal162170250142657714130
Binary111001011110001010101100010110101111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727802; }

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

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

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

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

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

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

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

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