Html Css Color HEX #71826A Xanadu

📋 copy color: '#71826A'

red 113 ◦ green 130 ◦ blue 106

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

Shades of Xanadu #71826A

Tints of Xanadu #71826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.25%

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

R = 32.38%
G = 37.25%
B = 30.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#71826A (or 0x71826A) is known color: Xanadu. HEX triplet: 71, 82 and 6A. RGB value is (113,130,106). Sum of RGB (Red+Green+Blue) = 113+130+106=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #71826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71826A is #8E7D95. Grayscale: #7A7A7A. Windows color (decimal): -9338262 or 6980209. OLE color: 6980209.

HSL color Cylindrical-coordinate representation of color #71826A: hue angle of 102.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71826A is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 106 -
CMYK 0.13 0 0.18 0.49
HSL 102.5º 0.1% 0.46% -
HSV(B) 102.5º 0.18% 0.51% -
XYZ 17.39 20.52 16.68 -
YUV 122.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 113 130 106 0.13 0 0.18 0.49 102.5 0.1 0.46
Hex 71 82 6A D 0 12 31 66 A 2E
Octal 161 202 152 15 0 22 61 146 12 56
Binary 1110001 10000010 1101010 1101 0 10010 110001 1100110 1010 101110

Color Harmonies of #71826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71826A

Black with #71826A

Text Example


Text Example

White with #71826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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