#727123

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

Shades of Olivetone #727123

Tints of Olivetone #727123

Color information

#727123 (or 0x727123) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 23. RGB value is (114,113,35). Sum of RGB (Red+Green+Blue) = 114+113+35=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #727123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727123 is #8D8EDC. Grayscale: #686868. Windows color (decimal): -9277149 or 2322802. OLE color: 2322802.

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

Color convert

RGB11411335-
CMYK00.010.690.55
HSL59.24º53.02%29.22%-
HSV(B)59.24º69.3%44.71%-
XYZ13.1515.513.89-
YUV104.4188.83134.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=43.51%
G=43.13%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141133500.010.690.5559.2453.0229.22
Hex7271230145373b351d
Octal162161430110567736535
Binary1110010111000110001101100010111011111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727123; }

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

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

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

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

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

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

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

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