Html Css Color HEX #759170 Xanadu

📋 copy color: '#759170'

red 117 ◦ green 145 ◦ blue 112

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

Shades of Xanadu #759170

Tints of Xanadu #759170

RGB

 RED value IS 117 (46.09% from 255) = 31.28%

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 31.28%
G = 38.77%
B = 29.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#759170 (or 0x759170) is known color: Xanadu. HEX triplet: 75, 91 and 70. RGB value is (117,145,112). Sum of RGB (Red+Green+Blue) = 117+145+112=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #759170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759170 is #8A6E8F. Grayscale: #848484. Windows color (decimal): -9072272 or 7377269. OLE color: 7377269.

HSL color Cylindrical-coordinate representation of color #759170: hue angle of 110.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759170 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 112 -
CMYK 0.19 0 0.23 0.43
HSL 110.91º 0.13% 0.5% -
HSV(B) 110.91º 0.23% 0.57% -
XYZ 20.39 25.2 19.12 -
YUV 132.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 117 145 112 0.19 0 0.23 0.43 110.91 0.13 0.5
Hex 75 91 70 13 0 17 2B 6F D 32
Octal 165 221 160 23 0 27 53 157 15 62
Binary 1110101 10010001 1110000 10011 0 10111 101011 1101111 1101 110010

Color Harmonies of #759170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759170

Black with #759170

Text Example


Text Example

White with #759170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759170; }

 p { color: rgb(117,145,112); }

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

background-color css

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

 a { background-color: rgb(117,145,112); }

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

border-color css

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

 span { border-color: rgb(117,145,112); }

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