Html Css Color HEX #718569 Xanadu

📋 copy color: '#718569'

red 113 ◦ green 133 ◦ blue 105

#718569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #718569

Tints of Xanadu #718569

RGB

 RED value IS 113 (44.53% from 255) = 32.19%

 GREEN value IS 133 (52.34% from 255) = 37.89%

 BLUE value IS 105 (41.41% from 255) = 29.91%

R = 32.19%
G = 37.89%
B = 29.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#718569 (or 0x718569) is known color: Xanadu. HEX triplet: 71, 85 and 69. RGB value is (113,133,105). Sum of RGB (Red+Green+Blue) = 113+133+105=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #718569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718569 is #8E7A96. Grayscale: #7B7B7B. Windows color (decimal): -9337495 or 6915441. OLE color: 6915441.

HSL color Cylindrical-coordinate representation of color #718569: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718569 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 105 -
CMYK 0.15 0 0.21 0.48
HSL 102.86º 0.12% 0.47% -
HSV(B) 102.86º 0.21% 0.52% -
XYZ 17.75 21.31 16.54 -
YUV 123.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 113 133 105 0.15 0 0.21 0.48 102.86 0.12 0.47
Hex 71 85 69 F 0 15 30 67 C 2F
Octal 161 205 151 17 0 25 60 147 14 57
Binary 1110001 10000101 1101001 1111 0 10101 110000 1100111 1100 101111

Color Harmonies of #718569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718569

Black with #718569

Text Example


Text Example

White with #718569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718569; }

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

 H1.HeaderClassName
 {
   color: #718569;
 }
 .AnyTagClassName
 {
   color: #718569;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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