Html Css Color HEX #719763 Xanadu

📋 copy color: '#719763'

red 113 ◦ green 151 ◦ blue 99

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

Shades of Xanadu #719763

Tints of Xanadu #719763

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 31.13%
G = 41.6%
B = 27.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#719763 (or 0x719763) is known color: Xanadu. HEX triplet: 71, 97 and 63. RGB value is (113,151,99). Sum of RGB (Red+Green+Blue) = 113+151+99=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #719763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719763 is #8E689C. Grayscale: #858585. Windows color (decimal): -9332893 or 6526833. OLE color: 6526833.

HSL color Cylindrical-coordinate representation of color #719763: hue angle of 103.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #719763 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 99 -
CMYK 0.25 0 0.34 0.41
HSL 103.85º 0.21% 0.49% -
HSV(B) 103.85º 0.34% 0.59% -
XYZ 20.13 26.54 15.87 -
YUV 133.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 113 151 99 0.25 0 0.34 0.41 103.85 0.21 0.49
Hex 71 97 63 19 0 22 29 68 15 31
Octal 161 227 143 31 0 42 51 150 25 61
Binary 1110001 10010111 1100011 11001 0 100010 101001 1101000 10101 110001

Color Harmonies of #719763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719763

Black with #719763

Text Example


Text Example

White with #719763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719763; }

 p { color: rgb(113,151,99); }

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

background-color css

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

 a { background-color: rgb(113,151,99); }

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

border-color css

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

 span { border-color: rgb(113,151,99); }

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