Html Css Color HEX #759A67 Amulet

📋 copy color: '#759A67'

red 117 ◦ green 154 ◦ blue 103

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

Shades of Amulet #759A67

Tints of Amulet #759A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 31.28%
G = 41.18%
B = 27.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#759A67 (or 0x759A67) is known color: Amulet. HEX triplet: 75, 9A and 67. RGB value is (117,154,103). Sum of RGB (Red+Green+Blue) = 117+154+103=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #759A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A67 is #8A6598. Grayscale: #898989. Windows color (decimal): -9069977 or 6789749. OLE color: 6789749.

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

Color convert

RGB 117 154 103 -
CMYK 0.24 0 0.33 0.40
HSL 103.53º 0.2% 0.5% -
HSV(B) 103.53º 0.33% 0.6% -
XYZ 21.34 27.87 17.09 -
YUV 137.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 117 154 103 0.24 0 0.33 0.40 103.53 0.2 0.5
Hex 75 9A 67 18 0 21 28 68 14 32
Octal 165 232 147 30 0 41 50 150 24 62
Binary 1110101 10011010 1100111 11000 0 100001 101000 1101000 10100 110010

Color Harmonies of #759A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A67

Black with #759A67

Text Example


Text Example

White with #759A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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