Html Css Color HEX #75906A Xanadu

📋 copy color: '#75906A'

red 117 ◦ green 144 ◦ blue 106

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

Shades of Xanadu #75906A

Tints of Xanadu #75906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

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

R = 31.88%
G = 39.24%
B = 28.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#75906A (or 0x75906A) is known color: Xanadu. HEX triplet: 75, 90 and 6A. RGB value is (117,144,106). Sum of RGB (Red+Green+Blue) = 117+144+106=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #75906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75906A is #8A6F95. Grayscale: #838383. Windows color (decimal): -9072534 or 6983797. OLE color: 6983797.

HSL color Cylindrical-coordinate representation of color #75906A: hue angle of 102.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75906A is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 106 -
CMYK 0.19 0 0.26 0.44
HSL 102.63º 0.15% 0.49% -
HSV(B) 102.63º 0.26% 0.56% -
XYZ 19.91 24.77 17.37 -
YUV 131.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 117 144 106 0.19 0 0.26 0.44 102.63 0.15 0.49
Hex 75 90 6A 13 0 1A 2C 67 F 31
Octal 165 220 152 23 0 32 54 147 17 61
Binary 1110101 10010000 1101010 10011 0 11010 101100 1100111 1111 110001

Color Harmonies of #75906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75906A

Black with #75906A

Text Example


Text Example

White with #75906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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