Html Css Color HEX #718B6D Xanadu

📋 copy color: '#718B6D'

red 113 ◦ green 139 ◦ blue 109

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

Shades of Xanadu #718B6D

Tints of Xanadu #718B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 31.3%
G = 38.5%
B = 30.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#718B6D (or 0x718B6D) is known color: Xanadu. HEX triplet: 71, 8B and 6D. RGB value is (113,139,109). Sum of RGB (Red+Green+Blue) = 113+139+109=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #718B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B6D is #8E7492. Grayscale: #7F7F7F. Windows color (decimal): -9335955 or 7179121. OLE color: 7179121.

HSL color Cylindrical-coordinate representation of color #718B6D: hue angle of 112º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718B6D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 109 -
CMYK 0.19 0 0.22 0.45
HSL 112º 0.12% 0.49% -
HSV(B) 112º 0.22% 0.55% -
XYZ 18.8 23.08 17.93 -
YUV 127.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 113 139 109 0.19 0 0.22 0.45 112 0.12 0.49
Hex 71 8B 6D 13 0 16 2D 70 C 31
Octal 161 213 155 23 0 26 55 160 14 61
Binary 1110001 10001011 1101101 10011 0 10110 101101 1110000 1100 110001

Color Harmonies of #718B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B6D

Black with #718B6D

Text Example


Text Example

White with #718B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,139,109); }

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

background-color css

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

 a { background-color: rgb(113,139,109); }

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

border-color css

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

 span { border-color: rgb(113,139,109); }

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