Html Css Color HEX #74A671 Amulet

📋 copy color: '#74A671'

red 116 ◦ green 166 ◦ blue 113

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

Shades of Amulet #74A671

Tints of Amulet #74A671

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

 GREEN value IS 166 (65.23% from 255) = 42.03%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 29.37%
G = 42.03%
B = 28.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#74A671 (or 0x74A671) is known color: Amulet. HEX triplet: 74, A6 and 71. RGB value is (116,166,113). Sum of RGB (Red+Green+Blue) = 116+166+113=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #74A671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A671 is #8B598E. Grayscale: #919191. Windows color (decimal): -9132431 or 7448180. OLE color: 7448180.

HSL color Cylindrical-coordinate representation of color #74A671: hue angle of 116.6º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74A671 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 166 113 -
CMYK 0.30 0 0.32 0.35
HSL 116.6º 0.23% 0.55% -
HSV(B) 116.6º 0.32% 0.65% -
XYZ 23.82 32.18 20.58 -
YUV 145.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 116 166 113 0.30 0 0.32 0.35 116.6 0.23 0.55
Hex 74 A6 71 1E 0 20 23 75 17 37
Octal 164 246 161 36 0 40 43 165 27 67
Binary 1110100 10100110 1110001 11110 0 100000 100011 1110101 10111 110111

Color Harmonies of #74A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A671

Black with #74A671

Text Example


Text Example

White with #74A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A671; }

 p { color: rgb(116,166,113); }

 H1.HeaderClassName
 {
   color: #74A671;
 }
 .AnyTagClassName
 {
   color: #74A671;
 }
</style>

background-color css

<style>
 a { background-color: #74A671; }

 a { background-color: rgb(116,166,113); }

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

border-color css

<style>
 span { border-color: #74A671; }

 span { border-color: rgb(116,166,113); }

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