Html Css Color HEX #74AB6B Amulet

📋 copy color: '#74AB6B'

red 116 ◦ green 171 ◦ blue 107

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

Shades of Amulet #74AB6B

Tints of Amulet #74AB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 29.44%
G = 43.4%
B = 27.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#74AB6B (or 0x74AB6B) is known color: Amulet. HEX triplet: 74, AB and 6B. RGB value is (116,171,107). Sum of RGB (Red+Green+Blue) = 116+171+107=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB6B is #8B5494. Grayscale: #939393. Windows color (decimal): -9131157 or 7056244. OLE color: 7056244.

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

Color convert

RGB 116 171 107 -
CMYK 0.32 0 0.37 0.33
HSL 111.56º 0.28% 0.55% -
HSV(B) 111.56º 0.37% 0.67% -
XYZ 24.42 33.9 19.17 -
YUV 147.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 116 171 107 0.32 0 0.37 0.33 111.56 0.28 0.55
Hex 74 AB 6B 20 0 25 21 70 1C 37
Octal 164 253 153 40 0 45 41 160 34 67
Binary 1110100 10101011 1101011 100000 0 100101 100001 1110000 11100 110111

Color Harmonies of #74AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB6B

Black with #74AB6B

Text Example


Text Example

White with #74AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,107); }

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

background-color css

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

 a { background-color: rgb(116,171,107); }

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

border-color css

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

 span { border-color: rgb(116,171,107); }

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