Html Css Color HEX #719263 Xanadu

📋 copy color: '#719263'

red 113 ◦ green 146 ◦ blue 99

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

Shades of Xanadu #719263

Tints of Xanadu #719263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 31.56%
G = 40.78%
B = 27.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#719263 (or 0x719263) is known color: Xanadu. HEX triplet: 71, 92 and 63. RGB value is (113,146,99). Sum of RGB (Red+Green+Blue) = 113+146+99=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #719263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719263 is #8E6D9C. Grayscale: #828282. Windows color (decimal): -9334173 or 6525553. OLE color: 6525553.

HSL color Cylindrical-coordinate representation of color #719263: hue angle of 102.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719263 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 99 -
CMYK 0.23 0 0.32 0.43
HSL 102.13º 0.19% 0.48% -
HSV(B) 102.13º 0.32% 0.57% -
XYZ 19.34 24.97 15.6 -
YUV 130.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 113 146 99 0.23 0 0.32 0.43 102.13 0.19 0.48
Hex 71 92 63 17 0 20 2B 66 13 30
Octal 161 222 143 27 0 40 53 146 23 60
Binary 1110001 10010010 1100011 10111 0 100000 101011 1100110 10011 110000

Color Harmonies of #719263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719263

Black with #719263

Text Example


Text Example

White with #719263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719263; }

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

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

background-color css

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

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

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

border-color css

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

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

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