Html Css Color HEX #759D66 Amulet

📋 copy color: '#759D66'

red 117 ◦ green 157 ◦ blue 102

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

Shades of Amulet #759D66

Tints of Amulet #759D66

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

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

R = 31.12%
G = 41.76%
B = 27.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#759D66 (or 0x759D66) is known color: Amulet. HEX triplet: 75, 9D and 66. RGB value is (117,157,102). Sum of RGB (Red+Green+Blue) = 117+157+102=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #759D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D66 is #8A6299. Grayscale: #8A8A8A. Windows color (decimal): -9069210 or 6724981. OLE color: 6724981.

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

Color convert

RGB 117 157 102 -
CMYK 0.25 0 0.35 0.38
HSL 103.64º 0.22% 0.51% -
HSV(B) 103.64º 0.35% 0.62% -
XYZ 21.79 28.86 16.99 -
YUV 138.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 117 157 102 0.25 0 0.35 0.38 103.64 0.22 0.51
Hex 75 9D 66 19 0 23 26 68 16 33
Octal 165 235 146 31 0 43 46 150 26 63
Binary 1110101 10011101 1100110 11001 0 100011 100110 1101000 10110 110011

Color Harmonies of #759D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D66

Black with #759D66

Text Example


Text Example

White with #759D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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