Html Css Color HEX #74AD70 Amulet

📋 copy color: '#74AD70'

red 116 ◦ green 173 ◦ blue 112

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

Shades of Amulet #74AD70

Tints of Amulet #74AD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 28.93%
G = 43.14%
B = 27.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#74AD70 (or 0x74AD70) is known color: Amulet. HEX triplet: 74, AD and 70. RGB value is (116,173,112). Sum of RGB (Red+Green+Blue) = 116+173+112=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD70 is #8B528F. Grayscale: #959595. Windows color (decimal): -9130640 or 7384436. OLE color: 7384436.

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

Color convert

RGB 116 173 112 -
CMYK 0.33 0 0.35 0.32
HSL 116.07º 0.27% 0.56% -
HSV(B) 116.07º 0.35% 0.68% -
XYZ 25.07 34.77 20.72 -
YUV 149 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 116 173 112 0.33 0 0.35 0.32 116.07 0.27 0.56
Hex 74 AD 70 21 0 23 20 74 1B 38
Octal 164 255 160 41 0 43 40 164 33 70
Binary 1110100 10101101 1110000 100001 0 100011 100000 1110100 11011 111000

Color Harmonies of #74AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD70

Black with #74AD70

Text Example


Text Example

White with #74AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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