Html Css Color HEX #75916E Xanadu

📋 copy color: '#75916E'

red 117 ◦ green 145 ◦ blue 110

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

Shades of Xanadu #75916E

Tints of Xanadu #75916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 31.45%
G = 38.98%
B = 29.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#75916E (or 0x75916E) is known color: Xanadu. HEX triplet: 75, 91 and 6E. RGB value is (117,145,110). Sum of RGB (Red+Green+Blue) = 117+145+110=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #75916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75916E is #8A6E91. Grayscale: #848484. Windows color (decimal): -9072274 or 7246197. OLE color: 7246197.

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

Color convert

RGB 117 145 110 -
CMYK 0.19 0 0.24 0.43
HSL 108º 0.14% 0.5% -
HSV(B) 108º 0.24% 0.57% -
XYZ 20.28 25.16 18.54 -
YUV 132.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 117 145 110 0.19 0 0.24 0.43 108 0.14 0.5
Hex 75 91 6E 13 0 18 2B 6C E 32
Octal 165 221 156 23 0 30 53 154 16 62
Binary 1110101 10010001 1101110 10011 0 11000 101011 1101100 1110 110010

Color Harmonies of #75916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75916E

Black with #75916E

Text Example


Text Example

White with #75916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75916E; }

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

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

background-color css

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

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

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

border-color css

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

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

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