Html Css Color HEX #719168 Xanadu

📋 copy color: '#719168'

red 113 ◦ green 145 ◦ blue 104

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

Shades of Xanadu #719168

Tints of Xanadu #719168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 31.22%
G = 40.06%
B = 28.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#719168 (or 0x719168) is known color: Xanadu. HEX triplet: 71, 91 and 68. RGB value is (113,145,104). Sum of RGB (Red+Green+Blue) = 113+145+104=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #719168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719168 is #8E6E97. Grayscale: #828282. Windows color (decimal): -9334424 or 6852977. OLE color: 6852977.

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

Color convert

RGB 113 145 104 -
CMYK 0.22 0 0.28 0.43
HSL 106.83º 0.16% 0.49% -
HSV(B) 106.83º 0.28% 0.57% -
XYZ 19.43 24.76 16.85 -
YUV 130.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 113 145 104 0.22 0 0.28 0.43 106.83 0.16 0.49
Hex 71 91 68 16 0 1C 2B 6B 10 31
Octal 161 221 150 26 0 34 53 153 20 61
Binary 1110001 10010001 1101000 10110 0 11100 101011 1101011 10000 110001

Color Harmonies of #719168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719168

Black with #719168

Text Example


Text Example

White with #719168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719168; }

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

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

background-color css

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

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

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

border-color css

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

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

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