Html Css Color HEX #718D65 Xanadu

📋 copy color: '#718D65'

red 113 ◦ green 141 ◦ blue 101

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

Shades of Xanadu #718D65

Tints of Xanadu #718D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 31.83%
G = 39.72%
B = 28.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#718D65 (or 0x718D65) is known color: Xanadu. HEX triplet: 71, 8D and 65. RGB value is (113,141,101). Sum of RGB (Red+Green+Blue) = 113+141+101=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #718D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D65 is #8E729A. Grayscale: #808080. Windows color (decimal): -9335451 or 6655345. OLE color: 6655345.

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

Color convert

RGB 113 141 101 -
CMYK 0.20 0 0.28 0.45
HSL 102º 0.17% 0.47% -
HSV(B) 102º 0.28% 0.55% -
XYZ 18.68 23.5 15.86 -
YUV 128.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 113 141 101 0.20 0 0.28 0.45 102 0.17 0.47
Hex 71 8D 65 14 0 1C 2D 66 11 2F
Octal 161 215 145 24 0 34 55 146 21 57
Binary 1110001 10001101 1100101 10100 0 11100 101101 1100110 10001 101111

Color Harmonies of #718D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D65

Black with #718D65

Text Example


Text Example

White with #718D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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