Html Css Color HEX #75906B Xanadu

📋 copy color: '#75906B'

red 117 ◦ green 144 ◦ blue 107

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

Shades of Xanadu #75906B

Tints of Xanadu #75906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 31.79%
G = 39.13%
B = 29.08%

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

#75906B (or 0x75906B) is known color: Xanadu. HEX triplet: 75, 90 and 6B. RGB value is (117,144,107). Sum of RGB (Red+Green+Blue) = 117+144+107=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #75906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75906B is #8A6F94. Grayscale: #838383. Windows color (decimal): -9072533 or 7049333. OLE color: 7049333.

HSL color Cylindrical-coordinate representation of color #75906B: hue angle of 103.78º 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 #75906B is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 107 -
CMYK 0.19 0 0.26 0.44
HSL 103.78º 0.15% 0.49% -
HSV(B) 103.78º 0.26% 0.56% -
XYZ 19.96 24.79 17.64 -
YUV 131.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 117 144 107 0.19 0 0.26 0.44 103.78 0.15 0.49
Hex 75 90 6B 13 0 1A 2C 68 F 31
Octal 165 220 153 23 0 32 54 150 17 61
Binary 1110101 10010000 1101011 10011 0 11010 101100 1101000 1111 110001

Color Harmonies of #75906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75906B

Black with #75906B

Text Example


Text Example

White with #75906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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