Html Css Color HEX #74AD69 Amulet

📋 copy color: '#74AD69'

red 116 ◦ green 173 ◦ blue 105

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

Shades of Amulet #74AD69

Tints of Amulet #74AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.91%

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

R = 29.44%
G = 43.91%
B = 26.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#74AD69 (or 0x74AD69) is known color: Amulet. HEX triplet: 74, AD and 69. RGB value is (116,173,105). Sum of RGB (Red+Green+Blue) = 116+173+105=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD69 is #8B5296. Grayscale: #949494. Windows color (decimal): -9130647 or 6925684. OLE color: 6925684.

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

Color convert

RGB 116 173 105 -
CMYK 0.33 0 0.39 0.32
HSL 110.29º 0.29% 0.55% -
HSV(B) 110.29º 0.39% 0.68% -
XYZ 24.7 34.62 18.75 -
YUV 148.21 103.62 105.03 -
System Red Green Blue C M Y K H S L
Decimal 116 173 105 0.33 0 0.39 0.32 110.29 0.29 0.55
Hex 74 AD 69 21 0 27 20 6E 1D 37
Octal 164 255 151 41 0 47 40 156 35 67
Binary 1110100 10101101 1101001 100001 0 100111 100000 1101110 11101 110111

Color Harmonies of #74AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD69

Black with #74AD69

Text Example


Text Example

White with #74AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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