Html Css Color HEX #75916A Xanadu

📋 copy color: '#75916A'

red 117 ◦ green 145 ◦ blue 106

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

Shades of Xanadu #75916A

Tints of Xanadu #75916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 31.79%
G = 39.4%
B = 28.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#75916A (or 0x75916A) is known color: Xanadu. HEX triplet: 75, 91 and 6A. RGB value is (117,145,106). Sum of RGB (Red+Green+Blue) = 117+145+106=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #75916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75916A is #8A6E95. Grayscale: #848484. Windows color (decimal): -9072278 or 6984053. OLE color: 6984053.

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

Color convert

RGB 117 145 106 -
CMYK 0.19 0 0.27 0.43
HSL 103.08º 0.16% 0.49% -
HSV(B) 103.08º 0.27% 0.57% -
XYZ 20.06 25.07 17.42 -
YUV 132.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 117 145 106 0.19 0 0.27 0.43 103.08 0.16 0.49
Hex 75 91 6A 13 0 1B 2B 67 10 31
Octal 165 221 152 23 0 33 53 147 20 61
Binary 1110101 10010001 1101010 10011 0 11011 101011 1100111 10000 110001

Color Harmonies of #75916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75916A

Black with #75916A

Text Example


Text Example

White with #75916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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