#72906E

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

Shades of Xanadu #72906E

Tints of Xanadu #72906E

Color information

#72906E (or 0x72906E) is unknown color: approx Xanadu. HEX triplet: 72, 90 and 6E. RGB value is (114,144,110). Sum of RGB (Red+Green+Blue) = 114+144+110=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #72906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72906E is #8D6F91. Grayscale: #838383. Windows color (decimal): -9269138 or 7245938. OLE color: 7245938.

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

Color convert

RGB114144110-
CMYK0.2100.240.44
HSL112.94º13.39%49.8%-
HSV(B)112.94º23.61%56.47%-
XYZ19.7324.6518.47-
YUV131.15116.06115.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=30.98%
G=39.13%
B=29.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441100.2100.240.44112.9413.3949.8
Hex72906E150182C71d32
Octal16222015625030541611562
Binary11100101001000011011101010101100010110011100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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