Html Css Color HEX #718668 Xanadu

📋 copy color: '#718668'

red 113 ◦ green 134 ◦ blue 104

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

Shades of Xanadu #718668

Tints of Xanadu #718668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

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

R = 32.19%
G = 38.18%
B = 29.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#718668 (or 0x718668) is known color: Xanadu. HEX triplet: 71, 86 and 68. RGB value is (113,134,104). Sum of RGB (Red+Green+Blue) = 113+134+104=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #718668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718668 is #8E7997. Grayscale: #7C7C7C. Windows color (decimal): -9337240 or 6850161. OLE color: 6850161.

HSL color Cylindrical-coordinate representation of color #718668: hue angle of 102º 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 #718668 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 104 -
CMYK 0.16 0 0.22 0.47
HSL 102º 0.13% 0.47% -
HSV(B) 102º 0.22% 0.53% -
XYZ 17.83 21.56 16.32 -
YUV 124.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 113 134 104 0.16 0 0.22 0.47 102 0.13 0.47
Hex 71 86 68 10 0 16 2F 66 D 2F
Octal 161 206 150 20 0 26 57 146 15 57
Binary 1110001 10000110 1101000 10000 0 10110 101111 1100110 1101 101111

Color Harmonies of #718668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718668

Black with #718668

Text Example


Text Example

White with #718668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718668; }

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

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

background-color css

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

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

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

border-color css

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

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

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