Html Css Color HEX #7CAB76 Amulet

📋 copy color: '#7CAB76'

red 124 ◦ green 171 ◦ blue 118

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

Shades of Amulet #7CAB76

Tints of Amulet #7CAB76

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

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

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 30.02%
G = 41.4%
B = 28.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7CAB76 (or 0x7CAB76) is known color: Amulet. HEX triplet: 7C, AB and 76. RGB value is (124,171,118). Sum of RGB (Red+Green+Blue) = 124+171+118=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB76 is #835489. Grayscale: #979797. Windows color (decimal): -8606858 or 7777148. OLE color: 7777148.

HSL color Cylindrical-coordinate representation of color #7CAB76: hue angle of 113.21º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CAB76 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 171 118 -
CMYK 0.27 0 0.31 0.33
HSL 113.21º 0.24% 0.57% -
HSV(B) 113.21º 0.31% 0.67% -
XYZ 26.15 34.72 22.46 -
YUV 150.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 124 171 118 0.27 0 0.31 0.33 113.21 0.24 0.57
Hex 7C AB 76 1B 0 1F 21 71 18 39
Octal 174 253 166 33 0 37 41 161 30 71
Binary 1111100 10101011 1110110 11011 0 11111 100001 1110001 11000 111001

Color Harmonies of #7CAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAB76

Black with #7CAB76

Text Example


Text Example

White with #7CAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CAB76; }

 p { color: rgb(124,171,118); }

 H1.HeaderClassName
 {
   color: #7CAB76;
 }
 .AnyTagClassName
 {
   color: #7CAB76;
 }
</style>

background-color css

<style>
 a { background-color: #7CAB76; }

 a { background-color: rgb(124,171,118); }

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

border-color css

<style>
 span { border-color: #7CAB76; }

 span { border-color: rgb(124,171,118); }

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