Html Css Color HEX #718D62 Xanadu

📋 copy color: '#718D62'

red 113 ◦ green 141 ◦ blue 98

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

Shades of Xanadu #718D62

Tints of Xanadu #718D62

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 32.1%
G = 40.06%
B = 27.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#718D62 (or 0x718D62) is known color: Xanadu. HEX triplet: 71, 8D and 62. RGB value is (113,141,98). Sum of RGB (Red+Green+Blue) = 113+141+98=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #718D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D62 is #8E729D. Grayscale: #7F7F7F. Windows color (decimal): -9335454 or 6458737. OLE color: 6458737.

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

Color convert

RGB 113 141 98 -
CMYK 0.20 0 0.30 0.45
HSL 99.07º 0.18% 0.47% -
HSV(B) 99.07º 0.3% 0.55% -
XYZ 18.54 23.44 15.1 -
YUV 127.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 113 141 98 0.20 0 0.30 0.45 99.07 0.18 0.47
Hex 71 8D 62 14 0 1E 2D 63 12 2F
Octal 161 215 142 24 0 36 55 143 22 57
Binary 1110001 10001101 1100010 10100 0 11110 101101 1100011 10010 101111

Color Harmonies of #718D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D62

Black with #718D62

Text Example


Text Example

White with #718D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,98); }

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

background-color css

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

 a { background-color: rgb(113,141,98); }

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

border-color css

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

 span { border-color: rgb(113,141,98); }

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