Html Css Color HEX #7CB474 Amulet

📋 copy color: '#7CB474'

red 124 ◦ green 180 ◦ blue 116

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

Shades of Amulet #7CB474

Tints of Amulet #7CB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 29.52%
G = 42.86%
B = 27.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#7CB474 (or 0x7CB474) is known color: Amulet. HEX triplet: 7C, B4 and 74. RGB value is (124,180,116). Sum of RGB (Red+Green+Blue) = 124+180+116=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB474 is #834B8B. Grayscale: #9C9C9C. Windows color (decimal): -8604556 or 7648380. OLE color: 7648380.

HSL color Cylindrical-coordinate representation of color #7CB474: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB474 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 116 -
CMYK 0.31 0 0.36 0.29
HSL 112.5º 0.3% 0.58% -
HSV(B) 112.5º 0.36% 0.71% -
XYZ 27.79 38.19 22.43 -
YUV 155.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 124 180 116 0.31 0 0.36 0.29 112.5 0.3 0.58
Hex 7C B4 74 1F 0 24 1D 70 1E 3A
Octal 174 264 164 37 0 44 35 160 36 72
Binary 1111100 10110100 1110100 11111 0 100100 11101 1110000 11110 111010

Color Harmonies of #7CB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB474

Black with #7CB474

Text Example


Text Example

White with #7CB474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,116); }

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

background-color css

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

 a { background-color: rgb(124,180,116); }

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

border-color css

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

 span { border-color: rgb(124,180,116); }

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