#72916E

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

Shades of Xanadu #72916E

Tints of Xanadu #72916E

Color information

#72916E (or 0x72916E) is unknown color: approx Xanadu. HEX triplet: 72, 91 and 6E. RGB value is (114,145,110). Sum of RGB (Red+Green+Blue) = 114+145+110=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #72916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72916E is #8D6E91. Grayscale: #838383. Windows color (decimal): -9268882 or 7246194. OLE color: 7246194.

HSL color Cylindrical-coordinate representation of color #72916E: hue angle of 113.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72916E is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB114145110-
CMYK0.2100.240.43
HSL113.14º13.73%50%-
HSV(B)113.14º24.14%56.86%-
XYZ19.8824.9518.52-
YUV131.74115.73115.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=30.89%
G=39.30%
B=29.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141451100.2100.240.43113.1413.7350
Hex72916E150182B71e32
Octal16222115625030531611662
Binary11100101001000111011101010101100010101111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72916E; }

 p { color: rgb(114,145,110); }

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

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

 a { background-color: rgb(114,145,110); }

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

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

 span { border-color: rgb(114,145,110); }

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