Html Css Color HEX #759A69 Amulet

📋 copy color: '#759A69'

red 117 ◦ green 154 ◦ blue 105

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

Shades of Amulet #759A69

Tints of Amulet #759A69

RGB

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

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

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

R = 31.12%
G = 40.96%
B = 27.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#759A69 (or 0x759A69) is known color: Amulet. HEX triplet: 75, 9A and 69. RGB value is (117,154,105). Sum of RGB (Red+Green+Blue) = 117+154+105=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #759A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A69 is #8A6596. Grayscale: #898989. Windows color (decimal): -9069975 or 6920821. OLE color: 6920821.

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

Color convert

RGB 117 154 105 -
CMYK 0.24 0 0.32 0.40
HSL 105.31º 0.2% 0.51% -
HSV(B) 105.31º 0.32% 0.6% -
XYZ 21.44 27.91 17.62 -
YUV 137.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 117 154 105 0.24 0 0.32 0.40 105.31 0.2 0.51
Hex 75 9A 69 18 0 20 28 69 14 33
Octal 165 232 151 30 0 40 50 151 24 63
Binary 1110101 10011010 1101001 11000 0 100000 101000 1101001 10100 110011

Color Harmonies of #759A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A69

Black with #759A69

Text Example


Text Example

White with #759A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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