Html Css Color HEX #718D6A Xanadu

📋 copy color: '#718D6A'

red 113 ◦ green 141 ◦ blue 106

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

Shades of Xanadu #718D6A

Tints of Xanadu #718D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 31.39%
G = 39.17%
B = 29.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#718D6A (or 0x718D6A) is known color: Xanadu. HEX triplet: 71, 8D and 6A. RGB value is (113,141,106). Sum of RGB (Red+Green+Blue) = 113+141+106=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #718D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D6A is #8E7295. Grayscale: #808080. Windows color (decimal): -9335446 or 6983025. OLE color: 6983025.

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

Color convert

RGB 113 141 106 -
CMYK 0.20 0 0.25 0.45
HSL 108º 0.14% 0.48% -
HSV(B) 108º 0.25% 0.55% -
XYZ 18.94 23.6 17.19 -
YUV 128.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 113 141 106 0.20 0 0.25 0.45 108 0.14 0.48
Hex 71 8D 6A 14 0 19 2D 6C E 30
Octal 161 215 152 24 0 31 55 154 16 60
Binary 1110001 10001101 1101010 10100 0 11001 101101 1101100 1110 110000

Color Harmonies of #718D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D6A

Black with #718D6A

Text Example


Text Example

White with #718D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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