Html Css Color HEX #7BB476 Amulet

📋 copy color: '#7BB476'

red 123 ◦ green 180 ◦ blue 118

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

Shades of Amulet #7BB476

Tints of Amulet #7BB476

RGB

 RED value IS 123 (48.44% from 255) = 29.22%

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

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

R = 29.22%
G = 42.76%
B = 28.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#7BB476 (or 0x7BB476) is known color: Amulet. HEX triplet: 7B, B4 and 76. RGB value is (123,180,118). Sum of RGB (Red+Green+Blue) = 123+180+118=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB476 is #844B89. Grayscale: #9C9C9C. Windows color (decimal): -8670090 or 7779451. OLE color: 7779451.

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

Color convert

RGB 123 180 118 -
CMYK 0.32 0 0.34 0.29
HSL 115.16º 0.29% 0.58% -
HSV(B) 115.16º 0.34% 0.71% -
XYZ 27.76 38.16 23.04 -
YUV 155.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 123 180 118 0.32 0 0.34 0.29 115.16 0.29 0.58
Hex 7B B4 76 20 0 22 1D 73 1D 3A
Octal 173 264 166 40 0 42 35 163 35 72
Binary 1111011 10110100 1110110 100000 0 100010 11101 1110011 11101 111010

Color Harmonies of #7BB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB476

Black with #7BB476

Text Example


Text Example

White with #7BB476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,180,118); }

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

background-color css

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

 a { background-color: rgb(123,180,118); }

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

border-color css

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

 span { border-color: rgb(123,180,118); }

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