Html Css Color HEX #7BA478 Amulet

📋 copy color: '#7BA478'

red 123 ◦ green 164 ◦ blue 120

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

Shades of Amulet #7BA478

Tints of Amulet #7BA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 30.22%
G = 40.29%
B = 29.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7BA478 (or 0x7BA478) is known color: Amulet. HEX triplet: 7B, A4 and 78. RGB value is (123,164,120). Sum of RGB (Red+Green+Blue) = 123+164+120=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA478 is #845B87. Grayscale: #929292. Windows color (decimal): -8674184 or 7906427. OLE color: 7906427.

HSL color Cylindrical-coordinate representation of color #7BA478: hue angle of 115.91º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA478 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 164 120 -
CMYK 0.25 0 0.27 0.36
HSL 115.91º 0.19% 0.56% -
HSV(B) 115.91º 0.27% 0.64% -
XYZ 24.83 32.12 22.66 -
YUV 146.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 123 164 120 0.25 0 0.27 0.36 115.91 0.19 0.56
Hex 7B A4 78 19 0 1B 24 74 13 38
Octal 173 244 170 31 0 33 44 164 23 70
Binary 1111011 10100100 1111000 11001 0 11011 100100 1110100 10011 111000

Color Harmonies of #7BA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA478

Black with #7BA478

Text Example


Text Example

White with #7BA478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,164,120); }

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

background-color css

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

 a { background-color: rgb(123,164,120); }

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

border-color css

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

 span { border-color: rgb(123,164,120); }

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