Html Css Color HEX #718766 Xanadu

📋 copy color: '#718766'

red 113 ◦ green 135 ◦ blue 102

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

Shades of Xanadu #718766

Tints of Xanadu #718766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 32.29%
G = 38.57%
B = 29.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#718766 (or 0x718766) is known color: Xanadu. HEX triplet: 71, 87 and 66. RGB value is (113,135,102). Sum of RGB (Red+Green+Blue) = 113+135+102=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #718766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718766 is #8E7899. Grayscale: #7C7C7C. Windows color (decimal): -9336986 or 6719345. OLE color: 6719345.

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

Color convert

RGB 113 135 102 -
CMYK 0.16 0 0.24 0.47
HSL 100º 0.14% 0.46% -
HSV(B) 100º 0.24% 0.53% -
XYZ 17.87 21.8 15.84 -
YUV 124.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 113 135 102 0.16 0 0.24 0.47 100 0.14 0.46
Hex 71 87 66 10 0 18 2F 64 E 2E
Octal 161 207 146 20 0 30 57 144 16 56
Binary 1110001 10000111 1100110 10000 0 11000 101111 1100100 1110 101110

Color Harmonies of #718766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718766

Black with #718766

Text Example


Text Example

White with #718766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718766; }

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

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

background-color css

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

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

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

border-color css

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

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

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