Html Css Color HEX #7CB279 Amulet

📋 copy color: '#7CB279'

red 124 ◦ green 178 ◦ blue 121

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

Shades of Amulet #7CB279

Tints of Amulet #7CB279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 29.31%
G = 42.08%
B = 28.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#7CB279 (or 0x7CB279) is known color: Amulet. HEX triplet: 7C, B2 and 79. RGB value is (124,178,121). Sum of RGB (Red+Green+Blue) = 124+178+121=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB279 is #834D86. Grayscale: #9B9B9B. Windows color (decimal): -8605063 or 7975548. OLE color: 7975548.

HSL color Cylindrical-coordinate representation of color #7CB279: hue angle of 116.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB279 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 121 -
CMYK 0.30 0 0.32 0.30
HSL 116.84º 0.27% 0.59% -
HSV(B) 116.84º 0.32% 0.7% -
XYZ 27.68 37.51 23.87 -
YUV 155.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 124 178 121 0.30 0 0.32 0.30 116.84 0.27 0.59
Hex 7C B2 79 1E 0 20 1E 75 1B 3B
Octal 174 262 171 36 0 40 36 165 33 73
Binary 1111100 10110010 1111001 11110 0 100000 11110 1110101 11011 111011

Color Harmonies of #7CB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB279

Black with #7CB279

Text Example


Text Example

White with #7CB279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,121); }

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

background-color css

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

 a { background-color: rgb(124,178,121); }

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

border-color css

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

 span { border-color: rgb(124,178,121); }

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