Html Css Color HEX #7C9D70 Amulet

📋 copy color: '#7C9D70'

red 124 ◦ green 157 ◦ blue 112

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

Shades of Amulet #7C9D70

Tints of Amulet #7C9D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

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

R = 31.55%
G = 39.95%
B = 28.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#7C9D70 (or 0x7C9D70) is known color: Amulet. HEX triplet: 7C, 9D and 70. RGB value is (124,157,112). Sum of RGB (Red+Green+Blue) = 124+157+112=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9D70 is #83628F. Grayscale: #8E8E8E. Windows color (decimal): -8610448 or 7380348. OLE color: 7380348.

HSL color Cylindrical-coordinate representation of color #7C9D70: hue angle of 104º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C9D70 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 157 112 -
CMYK 0.21 0 0.29 0.38
HSL 104º 0.19% 0.53% -
HSV(B) 104º 0.29% 0.62% -
XYZ 23.29 29.57 19.81 -
YUV 142 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 124 157 112 0.21 0 0.29 0.38 104 0.19 0.53
Hex 7C 9D 70 15 0 1D 26 68 13 35
Octal 174 235 160 25 0 35 46 150 23 65
Binary 1111100 10011101 1110000 10101 0 11101 100110 1101000 10011 110101

Color Harmonies of #7C9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9D70

Black with #7C9D70

Text Example


Text Example

White with #7C9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,157,112); }

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

background-color css

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

 a { background-color: rgb(124,157,112); }

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

border-color css

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

 span { border-color: rgb(124,157,112); }

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