Html Css Color HEX #759F68 Amulet

📋 copy color: '#759F68'

red 117 ◦ green 159 ◦ blue 104

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

Shades of Amulet #759F68

Tints of Amulet #759F68

RGB

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

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

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

R = 30.79%
G = 41.84%
B = 27.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#759F68 (or 0x759F68) is known color: Amulet. HEX triplet: 75, 9F and 68. RGB value is (117,159,104). Sum of RGB (Red+Green+Blue) = 117+159+104=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #759F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F68 is #8A6097. Grayscale: #8C8C8C. Windows color (decimal): -9068696 or 6856565. OLE color: 6856565.

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

Color convert

RGB 117 159 104 -
CMYK 0.26 0 0.35 0.38
HSL 105.82º 0.22% 0.52% -
HSV(B) 105.82º 0.35% 0.62% -
XYZ 22.23 29.58 17.63 -
YUV 140.17 107.59 111.47 -
System Red Green Blue C M Y K H S L
Decimal 117 159 104 0.26 0 0.35 0.38 105.82 0.22 0.52
Hex 75 9F 68 1A 0 23 26 6A 16 34
Octal 165 237 150 32 0 43 46 152 26 64
Binary 1110101 10011111 1101000 11010 0 100011 100110 1101010 10110 110100

Color Harmonies of #759F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F68

Black with #759F68

Text Example


Text Example

White with #759F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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