Html Css Color HEX #759A66 Amulet

📋 copy color: '#759A66'

red 117 ◦ green 154 ◦ blue 102

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

Shades of Amulet #759A66

Tints of Amulet #759A66

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 31.37%
G = 41.29%
B = 27.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#759A66 (or 0x759A66) is known color: Amulet. HEX triplet: 75, 9A and 66. RGB value is (117,154,102). Sum of RGB (Red+Green+Blue) = 117+154+102=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #759A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A66 is #8A6599. Grayscale: #898989. Windows color (decimal): -9069978 or 6724213. OLE color: 6724213.

HSL color Cylindrical-coordinate representation of color #759A66: hue angle of 102.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759A66 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 102 -
CMYK 0.24 0 0.34 0.40
HSL 102.69º 0.2% 0.5% -
HSV(B) 102.69º 0.34% 0.6% -
XYZ 21.29 27.85 16.82 -
YUV 137.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 117 154 102 0.24 0 0.34 0.40 102.69 0.2 0.5
Hex 75 9A 66 18 0 22 28 67 14 32
Octal 165 232 146 30 0 42 50 147 24 62
Binary 1110101 10011010 1100110 11000 0 100010 101000 1100111 10100 110010

Color Harmonies of #759A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A66

Black with #759A66

Text Example


Text Example

White with #759A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,154,102); }

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

background-color css

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

 a { background-color: rgb(117,154,102); }

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

border-color css

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

 span { border-color: rgb(117,154,102); }

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