#74AF67

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

Shades of Amulet #74AF67

Tints of Amulet #74AF67

Color information

#74AF67 (or 0x74AF67) is unknown color: approx Amulet. HEX triplet: 74, AF and 67. RGB value is (116,175,103). Sum of RGB (Red+Green+Blue) = 116+175+103=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF67 is #8B5098. Grayscale: #959595. Windows color (decimal): -9130137 or 6795124. OLE color: 6795124.

HSL color Cylindrical-coordinate representation of color #74AF67: hue angle of 109.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74AF67 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB116175103-
CMYK0.3400.410.31
HSL109.17º31.03%54.51%-
HSV(B)109.17º41.14%68.63%-
XYZ24.9835.3518.34-
YUV149.15101.95104.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=29.44%
G=44.42%
B=26.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161751030.3400.410.31109.1731.0354.51
Hex74AF67220291F6d1f37
Octal16425714742051371553767
Binary1110100101011111100111100010010100111111110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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