Html Css Color HEX #7CB775 Amulet

📋 copy color: '#7CB775'

red 124 ◦ green 183 ◦ blue 117

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

Shades of Amulet #7CB775

Tints of Amulet #7CB775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 29.25%
G = 43.16%
B = 27.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#7CB775 (or 0x7CB775) is known color: Amulet. HEX triplet: 7C, B7 and 75. RGB value is (124,183,117). Sum of RGB (Red+Green+Blue) = 124+183+117=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB775 is #83488A. Grayscale: #9E9E9E. Windows color (decimal): -8603787 or 7714684. OLE color: 7714684.

HSL color Cylindrical-coordinate representation of color #7CB775: hue angle of 113.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB775 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 117 -
CMYK 0.32 0 0.36 0.28
HSL 113.64º 0.31% 0.59% -
HSV(B) 113.64º 0.36% 0.72% -
XYZ 28.46 39.44 22.94 -
YUV 157.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 124 183 117 0.32 0 0.36 0.28 113.64 0.31 0.59
Hex 7C B7 75 20 0 24 1C 72 1F 3B
Octal 174 267 165 40 0 44 34 162 37 73
Binary 1111100 10110111 1110101 100000 0 100100 11100 1110010 11111 111011

Color Harmonies of #7CB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB775

Black with #7CB775

Text Example


Text Example

White with #7CB775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,117); }

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

background-color css

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

 a { background-color: rgb(124,183,117); }

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

border-color css

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

 span { border-color: rgb(124,183,117); }

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