Html Css Color HEX #71916A Xanadu

📋 copy color: '#71916A'

red 113 ◦ green 145 ◦ blue 106

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

Shades of Xanadu #71916A

Tints of Xanadu #71916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 31.04%
G = 39.84%
B = 29.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#71916A (or 0x71916A) is known color: Xanadu. HEX triplet: 71, 91 and 6A. RGB value is (113,145,106). Sum of RGB (Red+Green+Blue) = 113+145+106=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #71916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71916A is #8E6E95. Grayscale: #838383. Windows color (decimal): -9334422 or 6984049. OLE color: 6984049.

HSL color Cylindrical-coordinate representation of color #71916A: hue angle of 109.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71916A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 106 -
CMYK 0.22 0 0.27 0.43
HSL 109.23º 0.16% 0.49% -
HSV(B) 109.23º 0.27% 0.57% -
XYZ 19.54 24.8 17.39 -
YUV 130.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 113 145 106 0.22 0 0.27 0.43 109.23 0.16 0.49
Hex 71 91 6A 16 0 1B 2B 6D 10 31
Octal 161 221 152 26 0 33 53 155 20 61
Binary 1110001 10010001 1101010 10110 0 11011 101011 1101101 10000 110001

Color Harmonies of #71916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71916A

Black with #71916A

Text Example


Text Example

White with #71916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71916A; }

 p { color: rgb(113,145,106); }

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

background-color css

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

 a { background-color: rgb(113,145,106); }

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

border-color css

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

 span { border-color: rgb(113,145,106); }

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