Html Css Color HEX #718E63 Xanadu

📋 copy color: '#718E63'

red 113 ◦ green 142 ◦ blue 99

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

Shades of Xanadu #718E63

Tints of Xanadu #718E63

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 31.92%
G = 40.11%
B = 27.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#718E63 (or 0x718E63) is known color: Xanadu. HEX triplet: 71, 8E and 63. RGB value is (113,142,99). Sum of RGB (Red+Green+Blue) = 113+142+99=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #718E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E63 is #8E719C. Grayscale: #808080. Windows color (decimal): -9335197 or 6524529. OLE color: 6524529.

HSL color Cylindrical-coordinate representation of color #718E63: hue angle of 100.47º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718E63 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 142 99 -
CMYK 0.20 0 0.30 0.44
HSL 100.47º 0.18% 0.47% -
HSV(B) 100.47º 0.3% 0.56% -
XYZ 18.74 23.76 15.4 -
YUV 128.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 113 142 99 0.20 0 0.30 0.44 100.47 0.18 0.47
Hex 71 8E 63 14 0 1E 2C 64 12 2F
Octal 161 216 143 24 0 36 54 144 22 57
Binary 1110001 10001110 1100011 10100 0 11110 101100 1100100 10010 101111

Color Harmonies of #718E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718E63

Black with #718E63

Text Example


Text Example

White with #718E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718E63; }

 p { color: rgb(113,142,99); }

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

background-color css

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

 a { background-color: rgb(113,142,99); }

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

border-color css

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

 span { border-color: rgb(113,142,99); }

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