#718769

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

Shades of Xanadu #718769

Tints of Xanadu #718769

Color information

#718769 (or 0x718769) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 69. RGB value is (113,135,105). Sum of RGB (Red+Green+Blue) = 113+135+105=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #718769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718769 is #8E7896. Grayscale: #7D7D7D. Windows color (decimal): -9336983 or 6915953. OLE color: 6915953.

HSL color Cylindrical-coordinate representation of color #718769: hue angle of 104º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718769 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB113135105-
CMYK0.1600.220.47
HSL104º12.5%47.06%-
HSV(B)104º22.22%52.94%-
XYZ18.0221.8616.63-
YUV125116.71119.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=32.01%
G=38.24%
B=29.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351050.1600.220.4710412.547.06
Hex718769100162F68d2f
Octal16120715120026571501557
Binary11100011000011111010011000001011010111111010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718769; }

 p { color: rgb(113,135,105); }

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

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

 a { background-color: rgb(113,135,105); }

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

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

 span { border-color: rgb(113,135,105); }

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