Html Css Color HEX #75896F Xanadu

📋 copy color: '#75896F'

red 117 ◦ green 137 ◦ blue 111

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

Shades of Xanadu #75896F

Tints of Xanadu #75896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 32.05%
G = 37.53%
B = 30.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#75896F (or 0x75896F) is known color: Xanadu. HEX triplet: 75, 89 and 6F. RGB value is (117,137,111). Sum of RGB (Red+Green+Blue) = 117+137+111=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #75896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75896F is #8A7690. Grayscale: #808080. Windows color (decimal): -9074321 or 7309685. OLE color: 7309685.

HSL color Cylindrical-coordinate representation of color #75896F: hue angle of 106.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75896F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 111 -
CMYK 0.15 0 0.19 0.46
HSL 106.15º 0.1% 0.49% -
HSV(B) 106.15º 0.19% 0.54% -
XYZ 19.15 22.82 18.43 -
YUV 128.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 117 137 111 0.15 0 0.19 0.46 106.15 0.1 0.49
Hex 75 89 6F F 0 13 2E 6A A 31
Octal 165 211 157 17 0 23 56 152 12 61
Binary 1110101 10001001 1101111 1111 0 10011 101110 1101010 1010 110001

Color Harmonies of #75896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75896F

Black with #75896F

Text Example


Text Example

White with #75896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75896F; }

 p { color: rgb(117,137,111); }

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

background-color css

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

 a { background-color: rgb(117,137,111); }

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

border-color css

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

 span { border-color: rgb(117,137,111); }

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