Html Css Color HEX #74AA69 Amulet

📋 copy color: '#74AA69'

red 116 ◦ green 170 ◦ blue 105

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

Shades of Amulet #74AA69

Tints of Amulet #74AA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 29.67%
G = 43.48%
B = 26.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#74AA69 (or 0x74AA69) is known color: Amulet. HEX triplet: 74, AA and 69. RGB value is (116,170,105). Sum of RGB (Red+Green+Blue) = 116+170+105=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA69 is #8B5596. Grayscale: #929292. Windows color (decimal): -9131415 or 6924916. OLE color: 6924916.

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

Color convert

RGB 116 170 105 -
CMYK 0.32 0 0.38 0.33
HSL 109.85º 0.28% 0.54% -
HSV(B) 109.85º 0.38% 0.67% -
XYZ 24.13 33.48 18.56 -
YUV 146.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 116 170 105 0.32 0 0.38 0.33 109.85 0.28 0.54
Hex 74 AA 69 20 0 26 21 6E 1C 36
Octal 164 252 151 40 0 46 41 156 34 66
Binary 1110100 10101010 1101001 100000 0 100110 100001 1101110 11100 110110

Color Harmonies of #74AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA69

Black with #74AA69

Text Example


Text Example

White with #74AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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