#7BA378

Color #7BA378 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7BA378

Tints of Amulet #7BA378

Color information

#7BA378 (or 0x7BA378) is unknown color: approx Amulet. HEX triplet: 7B, A3 and 78. RGB value is (123,163,120). Sum of RGB (Red+Green+Blue) = 123+163+120=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA378 is #845C87. Grayscale: #929292. Windows color (decimal): -8674440 or 7906171. OLE color: 7906171.

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

Color convert

RGB123163120-
CMYK0.2500.260.36
HSL115.81º18.94%55.49%-
HSV(B)115.81º26.38%63.92%-
XYZ24.6631.7622.6-
YUV146.14113.25111.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=30.30%
G=40.15%
B=29.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231631200.2500.260.36115.8118.9455.49
Hex7BA3781901A24741337
Octal17324317031032441642367
Binary111101110100011111100011001011010100100111010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BA378;
 }
 .AnyTagClassName
 {
   color: #7BA378;
 }
</style>
background-color css

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

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

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

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

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

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