Html Css Color HEX #759F71 Amulet

📋 copy color: '#759F71'

red 117 ◦ green 159 ◦ blue 113

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

Shades of Amulet #759F71

Tints of Amulet #759F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

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

R = 30.08%
G = 40.87%
B = 29.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#759F71 (or 0x759F71) is known color: Amulet. HEX triplet: 75, 9F and 71. RGB value is (117,159,113). Sum of RGB (Red+Green+Blue) = 117+159+113=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #759F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F71 is #8A608E. Grayscale: #8D8D8D. Windows color (decimal): -9068687 or 7446389. OLE color: 7446389.

HSL color Cylindrical-coordinate representation of color #759F71: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759F71 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 113 -
CMYK 0.26 0 0.29 0.38
HSL 114.78º 0.19% 0.53% -
HSV(B) 114.78º 0.29% 0.62% -
XYZ 22.71 29.77 20.17 -
YUV 141.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 117 159 113 0.26 0 0.29 0.38 114.78 0.19 0.53
Hex 75 9F 71 1A 0 1D 26 73 13 35
Octal 165 237 161 32 0 35 46 163 23 65
Binary 1110101 10011111 1110001 11010 0 11101 100110 1110011 10011 110101

Color Harmonies of #759F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F71

Black with #759F71

Text Example


Text Example

White with #759F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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