Html Css Color HEX #74AC70 Amulet

📋 copy color: '#74AC70'

red 116 ◦ green 172 ◦ blue 112

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

Shades of Amulet #74AC70

Tints of Amulet #74AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

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

R = 29%
G = 43%
B = 28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#74AC70 (or 0x74AC70) is known color: Amulet. HEX triplet: 74, AC and 70. RGB value is (116,172,112). Sum of RGB (Red+Green+Blue) = 116+172+112=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC70 is #8B538F. Grayscale: #949494. Windows color (decimal): -9130896 or 7384180. OLE color: 7384180.

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

Color convert

RGB 116 172 112 -
CMYK 0.33 0 0.35 0.33
HSL 116º 0.27% 0.56% -
HSV(B) 116º 0.35% 0.67% -
XYZ 24.88 34.39 20.66 -
YUV 148.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 116 172 112 0.33 0 0.35 0.33 116 0.27 0.56
Hex 74 AC 70 21 0 23 21 74 1B 38
Octal 164 254 160 41 0 43 41 164 33 70
Binary 1110100 10101100 1110000 100001 0 100011 100001 1110100 11011 111000

Color Harmonies of #74AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC70

Black with #74AC70

Text Example


Text Example

White with #74AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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