Html Css Color HEX #759567 Xanadu

📋 copy color: '#759567'

red 117 ◦ green 149 ◦ blue 103

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

Shades of Xanadu #759567

Tints of Xanadu #759567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 31.71%
G = 40.38%
B = 27.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#759567 (or 0x759567) is known color: Xanadu. HEX triplet: 75, 95 and 67. RGB value is (117,149,103). Sum of RGB (Red+Green+Blue) = 117+149+103=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #759567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759567 is #8A6A98. Grayscale: #868686. Windows color (decimal): -9071257 or 6788469. OLE color: 6788469.

HSL color Cylindrical-coordinate representation of color #759567: hue angle of 101.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759567 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 103 -
CMYK 0.21 0 0.31 0.42
HSL 101.74º 0.18% 0.49% -
HSV(B) 101.74º 0.31% 0.58% -
XYZ 20.53 26.26 16.82 -
YUV 134.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 117 149 103 0.21 0 0.31 0.42 101.74 0.18 0.49
Hex 75 95 67 15 0 1F 2A 66 12 31
Octal 165 225 147 25 0 37 52 146 22 61
Binary 1110101 10010101 1100111 10101 0 11111 101010 1100110 10010 110001

Color Harmonies of #759567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759567

Black with #759567

Text Example


Text Example

White with #759567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759567; }

 p { color: rgb(117,149,103); }

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

background-color css

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

 a { background-color: rgb(117,149,103); }

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

border-color css

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

 span { border-color: rgb(117,149,103); }

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