Html Css Color HEX #71916B Xanadu

📋 copy color: '#71916B'

red 113 ◦ green 145 ◦ blue 107

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

Shades of Xanadu #71916B

Tints of Xanadu #71916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 30.96%
G = 39.73%
B = 29.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#71916B (or 0x71916B) is known color: Xanadu. HEX triplet: 71, 91 and 6B. RGB value is (113,145,107). Sum of RGB (Red+Green+Blue) = 113+145+107=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #71916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71916B is #8E6E94. Grayscale: #838383. Windows color (decimal): -9334421 or 7049585. OLE color: 7049585.

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

Color convert

RGB 113 145 107 -
CMYK 0.22 0 0.26 0.43
HSL 110.53º 0.15% 0.49% -
HSV(B) 110.53º 0.26% 0.57% -
XYZ 19.59 24.82 17.67 -
YUV 131.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 113 145 107 0.22 0 0.26 0.43 110.53 0.15 0.49
Hex 71 91 6B 16 0 1A 2B 6F F 31
Octal 161 221 153 26 0 32 53 157 17 61
Binary 1110001 10010001 1101011 10110 0 11010 101011 1101111 1111 110001

Color Harmonies of #71916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71916B

Black with #71916B

Text Example


Text Example

White with #71916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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