Html Css Color HEX #759E68 Amulet

📋 copy color: '#759E68'

red 117 ◦ green 158 ◦ blue 104

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

Shades of Amulet #759E68

Tints of Amulet #759E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 30.87%
G = 41.69%
B = 27.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#759E68 (or 0x759E68) is known color: Amulet. HEX triplet: 75, 9E and 68. RGB value is (117,158,104). Sum of RGB (Red+Green+Blue) = 117+158+104=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #759E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E68 is #8A6197. Grayscale: #8B8B8B. Windows color (decimal): -9068952 or 6856309. OLE color: 6856309.

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

Color convert

RGB 117 158 104 -
CMYK 0.26 0 0.34 0.38
HSL 105.56º 0.22% 0.51% -
HSV(B) 105.56º 0.34% 0.62% -
XYZ 22.06 29.24 17.58 -
YUV 139.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 117 158 104 0.26 0 0.34 0.38 105.56 0.22 0.51
Hex 75 9E 68 1A 0 22 26 6A 16 33
Octal 165 236 150 32 0 42 46 152 26 63
Binary 1110101 10011110 1101000 11010 0 100010 100110 1101010 10110 110011

Color Harmonies of #759E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759E68

Black with #759E68

Text Example


Text Example

White with #759E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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