Html Css Color HEX #74AA67 Amulet

📋 copy color: '#74AA67'

red 116 ◦ green 170 ◦ blue 103

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

Shades of Amulet #74AA67

Tints of Amulet #74AA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

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

R = 29.82%
G = 43.7%
B = 26.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#74AA67 (or 0x74AA67) is known color: Amulet. HEX triplet: 74, AA and 67. RGB value is (116,170,103). Sum of RGB (Red+Green+Blue) = 116+170+103=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA67 is #8B5598. Grayscale: #929292. Windows color (decimal): -9131417 or 6793844. OLE color: 6793844.

HSL color Cylindrical-coordinate representation of color #74AA67: hue angle of 108.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74AA67 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 103 -
CMYK 0.32 0 0.39 0.33
HSL 108.36º 0.28% 0.54% -
HSV(B) 108.36º 0.39% 0.67% -
XYZ 24.03 33.44 18.02 -
YUV 146.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 116 170 103 0.32 0 0.39 0.33 108.36 0.28 0.54
Hex 74 AA 67 20 0 27 21 6C 1C 36
Octal 164 252 147 40 0 47 41 154 34 66
Binary 1110100 10101010 1100111 100000 0 100111 100001 1101100 11100 110110

Color Harmonies of #74AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA67

Black with #74AA67

Text Example


Text Example

White with #74AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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