Html Css Color HEX #718768 Xanadu

📋 copy color: '#718768'

red 113 ◦ green 135 ◦ blue 104

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

Shades of Xanadu #718768

Tints of Xanadu #718768

RGB

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

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

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

R = 32.1%
G = 38.35%
B = 29.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#718768 (or 0x718768) is known color: Xanadu. HEX triplet: 71, 87 and 68. RGB value is (113,135,104). Sum of RGB (Red+Green+Blue) = 113+135+104=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #718768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718768 is #8E7897. Grayscale: #7C7C7C. Windows color (decimal): -9336984 or 6850417. OLE color: 6850417.

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

Color convert

RGB 113 135 104 -
CMYK 0.16 0 0.23 0.47
HSL 102.58º 0.13% 0.47% -
HSV(B) 102.58º 0.23% 0.53% -
XYZ 17.97 21.84 16.36 -
YUV 124.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 113 135 104 0.16 0 0.23 0.47 102.58 0.13 0.47
Hex 71 87 68 10 0 17 2F 67 D 2F
Octal 161 207 150 20 0 27 57 147 15 57
Binary 1110001 10000111 1101000 10000 0 10111 101111 1100111 1101 101111

Color Harmonies of #718768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718768

Black with #718768

Text Example


Text Example

White with #718768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718768; }

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

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

background-color css

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

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

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

border-color css

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

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

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