#727100

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

Shades of Olive #727100

Tints of Olive #727100

Color information

#727100 (or 0x727100) is unknown color: approx Olive. HEX triplet: 72, 71 and 00. RGB value is (114,113,0). Sum of RGB (Red+Green+Blue) = 114+113+0=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #727100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727100 is #8D8EFF. Grayscale: #646464. Windows color (decimal): -9277184 or 29042. OLE color: 29042.

HSL color Cylindrical-coordinate representation of color #727100: hue angle of 59.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #727100 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB1141130-
CMYK00.0110.55
HSL59.47º100%22.35%-
HSV(B)59.47º100%44.71%-
XYZ12.8415.392.29-
YUV100.4271.33137.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.22%
G=49.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114113000.0110.5559.4710022.35
Hex727100164373b6416
Octal162161001144677314426
Binary111001011100010011100100110111111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727100; }

 p { color: rgb(114,113,0); }

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

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

 a { background-color: rgb(114,113,0); }

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

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

 span { border-color: rgb(114,113,0); }

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