Html Css Color HEX #718864 Xanadu

📋 copy color: '#718864'

red 113 ◦ green 136 ◦ blue 100

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

Shades of Xanadu #718864

Tints of Xanadu #718864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 32.38%
G = 38.97%
B = 28.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#718864 (or 0x718864) is known color: Xanadu. HEX triplet: 71, 88 and 64. RGB value is (113,136,100). Sum of RGB (Red+Green+Blue) = 113+136+100=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #718864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718864 is #8E779B. Grayscale: #7D7D7D. Windows color (decimal): -9336732 or 6588529. OLE color: 6588529.

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

Color convert

RGB 113 136 100 -
CMYK 0.17 0 0.26 0.47
HSL 98.33º 0.15% 0.46% -
HSV(B) 98.33º 0.26% 0.53% -
XYZ 17.91 22.04 15.37 -
YUV 125.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 113 136 100 0.17 0 0.26 0.47 98.33 0.15 0.46
Hex 71 88 64 11 0 1A 2F 62 F 2E
Octal 161 210 144 21 0 32 57 142 17 56
Binary 1110001 10001000 1100100 10001 0 11010 101111 1100010 1111 101110

Color Harmonies of #718864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718864

Black with #718864

Text Example


Text Example

White with #718864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718864; }

 p { color: rgb(113,136,100); }

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

background-color css

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

 a { background-color: rgb(113,136,100); }

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

border-color css

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

 span { border-color: rgb(113,136,100); }

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