Html Css Color HEX #759B71 Amulet

📋 copy color: '#759B71'

red 117 ◦ green 155 ◦ blue 113

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

Shades of Amulet #759B71

Tints of Amulet #759B71

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 30.39%
G = 40.26%
B = 29.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#759B71 (or 0x759B71) is known color: Amulet. HEX triplet: 75, 9B and 71. RGB value is (117,155,113). Sum of RGB (Red+Green+Blue) = 117+155+113=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #759B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B71 is #8A648E. Grayscale: #8A8A8A. Windows color (decimal): -9069711 or 7445365. OLE color: 7445365.

HSL color Cylindrical-coordinate representation of color #759B71: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759B71 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 113 -
CMYK 0.25 0 0.27 0.39
HSL 114.29º 0.17% 0.53% -
HSV(B) 114.29º 0.27% 0.61% -
XYZ 22.04 28.42 19.95 -
YUV 138.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 117 155 113 0.25 0 0.27 0.39 114.29 0.17 0.53
Hex 75 9B 71 19 0 1B 27 72 11 35
Octal 165 233 161 31 0 33 47 162 21 65
Binary 1110101 10011011 1110001 11001 0 11011 100111 1110010 10001 110101

Color Harmonies of #759B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B71

Black with #759B71

Text Example


Text Example

White with #759B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B71; }

 p { color: rgb(117,155,113); }

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

background-color css

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

 a { background-color: rgb(117,155,113); }

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

border-color css

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

 span { border-color: rgb(117,155,113); }

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