Html Css Color HEX #759D71 Amulet

📋 copy color: '#759D71'

red 117 ◦ green 157 ◦ blue 113

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

Shades of Amulet #759D71

Tints of Amulet #759D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.57%

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

R = 30.23%
G = 40.57%
B = 29.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#759D71 (or 0x759D71) is known color: Amulet. HEX triplet: 75, 9D and 71. RGB value is (117,157,113). Sum of RGB (Red+Green+Blue) = 117+157+113=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #759D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D71 is #8A628E. Grayscale: #8C8C8C. Windows color (decimal): -9069199 or 7445877. OLE color: 7445877.

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

Color convert

RGB 117 157 113 -
CMYK 0.25 0 0.28 0.38
HSL 114.55º 0.18% 0.53% -
HSV(B) 114.55º 0.28% 0.62% -
XYZ 22.37 29.09 20.06 -
YUV 140.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 117 157 113 0.25 0 0.28 0.38 114.55 0.18 0.53
Hex 75 9D 71 19 0 1C 26 73 12 35
Octal 165 235 161 31 0 34 46 163 22 65
Binary 1110101 10011101 1110001 11001 0 11100 100110 1110011 10010 110101

Color Harmonies of #759D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D71

Black with #759D71

Text Example


Text Example

White with #759D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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