Html Css Color HEX #719566 Xanadu

📋 copy color: '#719566'

red 113 ◦ green 149 ◦ blue 102

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

Shades of Xanadu #719566

Tints of Xanadu #719566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

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

R = 31.04%
G = 40.93%
B = 28.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#719566 (or 0x719566) is known color: Xanadu. HEX triplet: 71, 95 and 66. RGB value is (113,149,102). Sum of RGB (Red+Green+Blue) = 113+149+102=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #719566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719566 is #8E6A99. Grayscale: #858585. Windows color (decimal): -9333402 or 6722929. OLE color: 6722929.

HSL color Cylindrical-coordinate representation of color #719566: hue angle of 105.96º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719566 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 102 -
CMYK 0.24 0 0.32 0.42
HSL 105.96º 0.19% 0.49% -
HSV(B) 105.96º 0.32% 0.58% -
XYZ 19.96 25.96 16.53 -
YUV 132.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 113 149 102 0.24 0 0.32 0.42 105.96 0.19 0.49
Hex 71 95 66 18 0 20 2A 6A 13 31
Octal 161 225 146 30 0 40 52 152 23 61
Binary 1110001 10010101 1100110 11000 0 100000 101010 1101010 10011 110001

Color Harmonies of #719566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719566

Black with #719566

Text Example


Text Example

White with #719566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719566; }

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

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

background-color css

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

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

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

border-color css

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

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

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