Html Css Color HEX #71946B Xanadu

📋 copy color: '#71946B'

red 113 ◦ green 148 ◦ blue 107

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

Shades of Xanadu #71946B

Tints of Xanadu #71946B

RGB

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

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

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

R = 30.71%
G = 40.22%
B = 29.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#71946B (or 0x71946B) is known color: Xanadu. HEX triplet: 71, 94 and 6B. RGB value is (113,148,107). Sum of RGB (Red+Green+Blue) = 113+148+107=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #71946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71946B is #8E6B94. Grayscale: #848484. Windows color (decimal): -9333653 or 7050353. OLE color: 7050353.

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

Color convert

RGB 113 148 107 -
CMYK 0.24 0 0.28 0.42
HSL 111.22º 0.16% 0.5% -
HSV(B) 111.22º 0.28% 0.58% -
XYZ 20.05 25.75 17.82 -
YUV 132.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 113 148 107 0.24 0 0.28 0.42 111.22 0.16 0.5
Hex 71 94 6B 18 0 1C 2A 6F 10 32
Octal 161 224 153 30 0 34 52 157 20 62
Binary 1110001 10010100 1101011 11000 0 11100 101010 1101111 10000 110010

Color Harmonies of #71946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71946B

Black with #71946B

Text Example


Text Example

White with #71946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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