Html Css Color HEX #71936C Xanadu

📋 copy color: '#71936C'

red 113 ◦ green 147 ◦ blue 108

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

Shades of Xanadu #71936C

Tints of Xanadu #71936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 30.71%
G = 39.95%
B = 29.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#71936C (or 0x71936C) is known color: Xanadu. HEX triplet: 71, 93 and 6C. RGB value is (113,147,108). Sum of RGB (Red+Green+Blue) = 113+147+108=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #71936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936C is #8E6C93. Grayscale: #848484. Windows color (decimal): -9333908 or 7115633. OLE color: 7115633.

HSL color Cylindrical-coordinate representation of color #71936C: hue angle of 112.31º degrees, saturation: 0.15, 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 #71936C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 108 -
CMYK 0.23 0 0.27 0.42
HSL 112.31º 0.15% 0.5% -
HSV(B) 112.31º 0.27% 0.58% -
XYZ 19.95 25.46 18.05 -
YUV 132.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 113 147 108 0.23 0 0.27 0.42 112.31 0.15 0.5
Hex 71 93 6C 17 0 1B 2A 70 F 32
Octal 161 223 154 27 0 33 52 160 17 62
Binary 1110001 10010011 1101100 10111 0 11011 101010 1110000 1111 110010

Color Harmonies of #71936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71936C

Black with #71936C

Text Example


Text Example

White with #71936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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