Html Css Color HEX #718966 Xanadu

📋 copy color: '#718966'

red 113 ◦ green 137 ◦ blue 102

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

Shades of Xanadu #718966

Tints of Xanadu #718966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

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

R = 32.1%
G = 38.92%
B = 28.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#718966 (or 0x718966) is known color: Xanadu. HEX triplet: 71, 89 and 66. RGB value is (113,137,102). Sum of RGB (Red+Green+Blue) = 113+137+102=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #718966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718966 is #8E7699. Grayscale: #7D7D7D. Windows color (decimal): -9336474 or 6719857. OLE color: 6719857.

HSL color Cylindrical-coordinate representation of color #718966: hue angle of 101.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718966 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 102 -
CMYK 0.18 0 0.26 0.46
HSL 101.14º 0.15% 0.47% -
HSV(B) 101.14º 0.26% 0.54% -
XYZ 18.15 22.36 15.93 -
YUV 125.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 113 137 102 0.18 0 0.26 0.46 101.14 0.15 0.47
Hex 71 89 66 12 0 1A 2E 65 F 2F
Octal 161 211 146 22 0 32 56 145 17 57
Binary 1110001 10001001 1100110 10010 0 11010 101110 1100101 1111 101111

Color Harmonies of #718966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718966

Black with #718966

Text Example


Text Example

White with #718966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718966; }

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

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

background-color css

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

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

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

border-color css

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

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

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