Html Css Color HEX #718C6D Xanadu

📋 copy color: '#718C6D'

red 113 ◦ green 140 ◦ blue 109

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

Shades of Xanadu #718C6D

Tints of Xanadu #718C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 31.22%
G = 38.67%
B = 30.11%

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

#718C6D (or 0x718C6D) is known color: Xanadu. HEX triplet: 71, 8C and 6D. RGB value is (113,140,109). Sum of RGB (Red+Green+Blue) = 113+140+109=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #718C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C6D is #8E7392. Grayscale: #808080. Windows color (decimal): -9335699 or 7179377. OLE color: 7179377.

HSL color Cylindrical-coordinate representation of color #718C6D: hue angle of 112.26º 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 #718C6D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 109 -
CMYK 0.19 0 0.22 0.45
HSL 112.26º 0.12% 0.49% -
HSV(B) 112.26º 0.22% 0.55% -
XYZ 18.95 23.37 17.98 -
YUV 128.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 113 140 109 0.19 0 0.22 0.45 112.26 0.12 0.49
Hex 71 8C 6D 13 0 16 2D 70 C 31
Octal 161 214 155 23 0 26 55 160 14 61
Binary 1110001 10001100 1101101 10011 0 10110 101101 1110000 1100 110001

Color Harmonies of #718C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C6D

Black with #718C6D

Text Example


Text Example

White with #718C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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