Html Css Color HEX #718168 Xanadu

📋 copy color: '#718168'

red 113 ◦ green 129 ◦ blue 104

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

Shades of Xanadu #718168

Tints of Xanadu #718168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 32.66%
G = 37.28%
B = 30.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#718168 (or 0x718168) is known color: Xanadu. HEX triplet: 71, 81 and 68. RGB value is (113,129,104). Sum of RGB (Red+Green+Blue) = 113+129+104=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #718168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718168 is #8E7E97. Grayscale: #797979. Windows color (decimal): -9338520 or 6848881. OLE color: 6848881.

HSL color Cylindrical-coordinate representation of color #718168: hue angle of 98.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718168 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 104 -
CMYK 0.12 0 0.19 0.49
HSL 98.4º 0.11% 0.46% -
HSV(B) 98.4º 0.19% 0.51% -
XYZ 17.16 20.21 16.09 -
YUV 121.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 113 129 104 0.12 0 0.19 0.49 98.4 0.11 0.46
Hex 71 81 68 C 0 13 31 62 B 2E
Octal 161 201 150 14 0 23 61 142 13 56
Binary 1110001 10000001 1101000 1100 0 10011 110001 1100010 1011 101110

Color Harmonies of #718168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718168

Black with #718168

Text Example


Text Example

White with #718168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718168; }

 p { color: rgb(113,129,104); }

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

background-color css

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

 a { background-color: rgb(113,129,104); }

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

border-color css

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

 span { border-color: rgb(113,129,104); }

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