Html Css Color HEX #71946C Xanadu

📋 copy color: '#71946C'

red 113 ◦ green 148 ◦ blue 108

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

Shades of Xanadu #71946C

Tints of Xanadu #71946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 30.62%
G = 40.11%
B = 29.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#71946C (or 0x71946C) is known color: Xanadu. HEX triplet: 71, 94 and 6C. RGB value is (113,148,108). Sum of RGB (Red+Green+Blue) = 113+148+108=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #71946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71946C is #8E6B93. Grayscale: #858585. Windows color (decimal): -9333652 or 7115889. OLE color: 7115889.

HSL color Cylindrical-coordinate representation of color #71946C: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71946C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 108 -
CMYK 0.24 0 0.27 0.42
HSL 112.5º 0.16% 0.5% -
HSV(B) 112.5º 0.27% 0.58% -
XYZ 20.11 25.77 18.1 -
YUV 132.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 113 148 108 0.24 0 0.27 0.42 112.5 0.16 0.5
Hex 71 94 6C 18 0 1B 2A 70 10 32
Octal 161 224 154 30 0 33 52 160 20 62
Binary 1110001 10010100 1101100 11000 0 11011 101010 1110000 10000 110010

Color Harmonies of #71946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71946C

Black with #71946C

Text Example


Text Example

White with #71946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71946C; }

 p { color: rgb(113,148,108); }

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

background-color css

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

 a { background-color: rgb(113,148,108); }

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

border-color css

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

 span { border-color: rgb(113,148,108); }

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