#738B6F

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

Shades of Xanadu #738B6F

Tints of Xanadu #738B6F

Color information

#738B6F (or 0x738B6F) is unknown color: approx Xanadu. HEX triplet: 73, 8B and 6F. RGB value is (115,139,111). Sum of RGB (Red+Green+Blue) = 115+139+111=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #738B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B6F is #8C7490. Grayscale: #808080. Windows color (decimal): -9204881 or 7310195. OLE color: 7310195.

HSL color Cylindrical-coordinate representation of color #738B6F: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738B6F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB115139111-
CMYK0.1700.200.45
HSL111.43º11.2%49.02%-
HSV(B)111.43º20.14%54.51%-
XYZ19.1723.2618.52-
YUV128.63118.05118.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=31.51%
G=38.08%
B=30.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391110.1700.200.45111.4311.249.02
Hex738B6F110142D6fb31
Octal16321315721024551571361
Binary11100111000101111011111000101010010110111011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,139,111); }

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

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

 a { background-color: rgb(115,139,111); }

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

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

 span { border-color: rgb(115,139,111); }

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