Html Css Color HEX #718B66 Xanadu

📋 copy color: '#718B66'

red 113 ◦ green 139 ◦ blue 102

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

Shades of Xanadu #718B66

Tints of Xanadu #718B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 31.92%
G = 39.27%
B = 28.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#718B66 (or 0x718B66) is known color: Xanadu. HEX triplet: 71, 8B and 66. RGB value is (113,139,102). Sum of RGB (Red+Green+Blue) = 113+139+102=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #718B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B66 is #8E7499. Grayscale: #7F7F7F. Windows color (decimal): -9335962 or 6720369. OLE color: 6720369.

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

Color convert

RGB 113 139 102 -
CMYK 0.19 0 0.27 0.45
HSL 102.16º 0.15% 0.47% -
HSV(B) 102.16º 0.27% 0.55% -
XYZ 18.44 22.94 16.03 -
YUV 127.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 113 139 102 0.19 0 0.27 0.45 102.16 0.15 0.47
Hex 71 8B 66 13 0 1B 2D 66 F 2F
Octal 161 213 146 23 0 33 55 146 17 57
Binary 1110001 10001011 1100110 10011 0 11011 101101 1100110 1111 101111

Color Harmonies of #718B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B66

Black with #718B66

Text Example


Text Example

White with #718B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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