#74A167

Color #74A167 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #74A167

Tints of Amulet #74A167

Color information

#74A167 (or 0x74A167) is unknown color: approx Amulet. HEX triplet: 74, A1 and 67. RGB value is (116,161,103). Sum of RGB (Red+Green+Blue) = 116+161+103=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #74A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A167 is #8B5E98. Grayscale: #8D8D8D. Windows color (decimal): -9133721 or 6791540. OLE color: 6791540.

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

Color convert

RGB116161103-
CMYK0.2800.360.37
HSL106.55º23.58%51.76%-
HSV(B)106.55º36.02%63.14%-
XYZ22.430.1817.48-
YUV140.93106.59110.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=30.53%
G=42.37%
B=27.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161611030.2800.360.37106.5523.5851.76
Hex74A1671C024256b1834
Octal16424114734044451533064
Binary1110100101000011100111111000100100100101110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,161,103); }

 H1.HeaderClassName
 {
   color: #74A167;
 }
 .AnyTagClassName
 {
   color: #74A167;
 }
</style>
background-color css

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

 a { background-color: rgb(116,161,103); }

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

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

 span { border-color: rgb(116,161,103); }

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