Html Css Color HEX #74AB6D Amulet

📋 copy color: '#74AB6D'

red 116 ◦ green 171 ◦ blue 109

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

Shades of Amulet #74AB6D

Tints of Amulet #74AB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 29.29%
G = 43.18%
B = 27.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#74AB6D (or 0x74AB6D) is known color: Amulet. HEX triplet: 74, AB and 6D. RGB value is (116,171,109). Sum of RGB (Red+Green+Blue) = 116+171+109=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB6D is #8B5492. Grayscale: #939393. Windows color (decimal): -9131155 or 7187316. OLE color: 7187316.

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

Color convert

RGB 116 171 109 -
CMYK 0.32 0 0.36 0.33
HSL 113.23º 0.27% 0.55% -
HSV(B) 113.23º 0.36% 0.67% -
XYZ 24.53 33.94 19.73 -
YUV 147.49 106.28 105.54 -
System Red Green Blue C M Y K H S L
Decimal 116 171 109 0.32 0 0.36 0.33 113.23 0.27 0.55
Hex 74 AB 6D 20 0 24 21 71 1B 37
Octal 164 253 155 40 0 44 41 161 33 67
Binary 1110100 10101011 1101101 100000 0 100100 100001 1110001 11011 110111

Color Harmonies of #74AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB6D

Black with #74AB6D

Text Example


Text Example

White with #74AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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