#738A67

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

Shades of Xanadu #738A67

Tints of Xanadu #738A67

Color information

#738A67 (or 0x738A67) is unknown color: approx Xanadu. HEX triplet: 73, 8A and 67. RGB value is (115,138,103). Sum of RGB (Red+Green+Blue) = 115+138+103=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #738A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A67 is #8C7598. Grayscale: #7F7F7F. Windows color (decimal): -9205145 or 6785651. OLE color: 6785651.

HSL color Cylindrical-coordinate representation of color #738A67: hue angle of 99.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #738A67 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB115138103-
CMYK0.1700.250.46
HSL99.43º14.52%47.25%-
HSV(B)99.43º25.36%54.12%-
XYZ18.6122.816.25-
YUV127.13114.38119.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=32.30%
G=38.76%
B=28.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151381030.1700.250.4699.4314.5247.25
Hex738A67110192E63f2f
Octal16321214721031561431757
Binary11100111000101011001111000101100110111011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A67; }

 p { color: rgb(115,138,103); }

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

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

 a { background-color: rgb(115,138,103); }

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

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

 span { border-color: rgb(115,138,103); }

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