#7DB378

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

Shades of Amulet #7DB378

Tints of Amulet #7DB378

Color information

#7DB378 (or 0x7DB378) is unknown color: approx Amulet. HEX triplet: 7D, B3 and 78. RGB value is (125,179,120). Sum of RGB (Red+Green+Blue) = 125+179+120=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB378 is #824C87. Grayscale: #9C9C9C. Windows color (decimal): -8539272 or 7910269. OLE color: 7910269.

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

Color convert

RGB125179120-
CMYK0.3000.330.30
HSL114.92º27.96%58.63%-
HSV(B)114.92º32.96%70.2%-
XYZ27.9737.9623.62-
YUV156.13107.61105.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=29.48%
G=42.22%
B=28.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251791200.3000.330.30114.9227.9658.63
Hex7DB3781E0211E731c3b
Octal17526317036041361633473
Binary111110110110011111100011110010000111110111001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,179,120); }

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

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

 a { background-color: rgb(125,179,120); }

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

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

 span { border-color: rgb(125,179,120); }

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