Html Css Color HEX #759F65 Amulet

📋 copy color: '#759F65'

red 117 ◦ green 159 ◦ blue 101

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

Shades of Amulet #759F65

Tints of Amulet #759F65

RGB

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

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

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

R = 31.03%
G = 42.18%
B = 26.79%

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

#759F65 (or 0x759F65) is known color: Amulet. HEX triplet: 75, 9F and 65. RGB value is (117,159,101). Sum of RGB (Red+Green+Blue) = 117+159+101=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #759F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F65 is #8A609A. Grayscale: #8C8C8C. Windows color (decimal): -9068699 or 6659957. OLE color: 6659957.

HSL color Cylindrical-coordinate representation of color #759F65: hue angle of 103.45º 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 #759F65 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 101 -
CMYK 0.26 0 0.36 0.38
HSL 103.45º 0.23% 0.51% -
HSV(B) 103.45º 0.36% 0.62% -
XYZ 22.08 29.52 16.85 -
YUV 139.83 106.09 111.72 -
System Red Green Blue C M Y K H S L
Decimal 117 159 101 0.26 0 0.36 0.38 103.45 0.23 0.51
Hex 75 9F 65 1A 0 24 26 67 17 33
Octal 165 237 145 32 0 44 46 147 27 63
Binary 1110101 10011111 1100101 11010 0 100100 100110 1100111 10111 110011

Color Harmonies of #759F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F65

Black with #759F65

Text Example


Text Example

White with #759F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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