Html Css Color HEX #759E65 Amulet

📋 copy color: '#759E65'

red 117 ◦ green 158 ◦ blue 101

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

Shades of Amulet #759E65

Tints of Amulet #759E65

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.02%

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 31.12%
G = 42.02%
B = 26.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#759E65 (or 0x759E65) is known color: Amulet. HEX triplet: 75, 9E and 65. RGB value is (117,158,101). Sum of RGB (Red+Green+Blue) = 117+158+101=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #759E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E65 is #8A619A. Grayscale: #8B8B8B. Windows color (decimal): -9068955 or 6659701. OLE color: 6659701.

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

Color convert

RGB 117 158 101 -
CMYK 0.26 0 0.36 0.38
HSL 103.16º 0.23% 0.51% -
HSV(B) 103.16º 0.36% 0.62% -
XYZ 21.91 29.18 16.79 -
YUV 139.24 106.42 112.13 -
System Red Green Blue C M Y K H S L
Decimal 117 158 101 0.26 0 0.36 0.38 103.16 0.23 0.51
Hex 75 9E 65 1A 0 24 26 67 17 33
Octal 165 236 145 32 0 44 46 147 27 63
Binary 1110101 10011110 1100101 11010 0 100100 100110 1100111 10111 110011

Color Harmonies of #759E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759E65

Black with #759E65

Text Example


Text Example

White with #759E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,158,101); }

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

background-color css

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

 a { background-color: rgb(117,158,101); }

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

border-color css

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

 span { border-color: rgb(117,158,101); }

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