Html Css Color HEX #759D69 Amulet

📋 copy color: '#759D69'

red 117 ◦ green 157 ◦ blue 105

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

Shades of Amulet #759D69

Tints of Amulet #759D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 30.87%
G = 41.42%
B = 27.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#759D69 (or 0x759D69) is known color: Amulet. HEX triplet: 75, 9D and 69. RGB value is (117,157,105). Sum of RGB (Red+Green+Blue) = 117+157+105=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #759D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D69 is #8A6296. Grayscale: #8B8B8B. Windows color (decimal): -9069207 or 6921589. OLE color: 6921589.

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

Color convert

RGB 117 157 105 -
CMYK 0.25 0 0.33 0.38
HSL 106.15º 0.21% 0.51% -
HSV(B) 106.15º 0.33% 0.62% -
XYZ 21.94 28.92 17.79 -
YUV 139.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 117 157 105 0.25 0 0.33 0.38 106.15 0.21 0.51
Hex 75 9D 69 19 0 21 26 6A 15 33
Octal 165 235 151 31 0 41 46 152 25 63
Binary 1110101 10011101 1101001 11001 0 100001 100110 1101010 10101 110011

Color Harmonies of #759D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D69

Black with #759D69

Text Example


Text Example

White with #759D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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