Html Css Color HEX #74A16A Amulet

📋 copy color: '#74A16A'

red 116 ◦ green 161 ◦ blue 106

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

Shades of Amulet #74A16A

Tints of Amulet #74A16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 30.29%
G = 42.04%
B = 27.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#74A16A (or 0x74A16A) is known color: Amulet. HEX triplet: 74, A1 and 6A. RGB value is (116,161,106). Sum of RGB (Red+Green+Blue) = 116+161+106=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #74A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A16A is #8B5E95. Grayscale: #8D8D8D. Windows color (decimal): -9133718 or 6988148. OLE color: 6988148.

HSL color Cylindrical-coordinate representation of color #74A16A: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74A16A is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 106 -
CMYK 0.28 0 0.34 0.37
HSL 109.09º 0.23% 0.52% -
HSV(B) 109.09º 0.34% 0.63% -
XYZ 22.55 30.24 18.28 -
YUV 141.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 116 161 106 0.28 0 0.34 0.37 109.09 0.23 0.52
Hex 74 A1 6A 1C 0 22 25 6D 17 34
Octal 164 241 152 34 0 42 45 155 27 64
Binary 1110100 10100001 1101010 11100 0 100010 100101 1101101 10111 110100

Color Harmonies of #74A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A16A

Black with #74A16A

Text Example


Text Example

White with #74A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,106); }

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

background-color css

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

 a { background-color: rgb(116,161,106); }

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

border-color css

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

 span { border-color: rgb(116,161,106); }

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