Html Css Color HEX #74A071 Amulet

📋 copy color: '#74A071'

red 116 ◦ green 160 ◦ blue 113

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

Shades of Amulet #74A071

Tints of Amulet #74A071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

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

R = 29.82%
G = 41.13%
B = 29.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#74A071 (or 0x74A071) is known color: Amulet. HEX triplet: 74, A0 and 71. RGB value is (116,160,113). Sum of RGB (Red+Green+Blue) = 116+160+113=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #74A071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A071 is #8B5F8E. Grayscale: #8D8D8D. Windows color (decimal): -9133967 or 7446644. OLE color: 7446644.

HSL color Cylindrical-coordinate representation of color #74A071: hue angle of 116.17º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A071 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 160 113 -
CMYK 0.28 0 0.29 0.37
HSL 116.17º 0.2% 0.54% -
HSV(B) 116.17º 0.29% 0.63% -
XYZ 22.75 30.05 20.22 -
YUV 141.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 116 160 113 0.28 0 0.29 0.37 116.17 0.2 0.54
Hex 74 A0 71 1C 0 1D 25 74 14 36
Octal 164 240 161 34 0 35 45 164 24 66
Binary 1110100 10100000 1110001 11100 0 11101 100101 1110100 10100 110110

Color Harmonies of #74A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A071

Black with #74A071

Text Example


Text Example

White with #74A071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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