#7DB275

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

Shades of Amulet #7DB275

Tints of Amulet #7DB275

Color information

#7DB275 (or 0x7DB275) is unknown color: approx Amulet. HEX triplet: 7D, B2 and 75. RGB value is (125,178,117). Sum of RGB (Red+Green+Blue) = 125+178+117=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB275 is #824D8A. Grayscale: #9B9B9B. Windows color (decimal): -8539531 or 7713405. OLE color: 7713405.

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

Color convert

RGB125178117-
CMYK0.3000.340.30
HSL112.13º28.37%57.84%-
HSV(B)112.13º34.27%69.8%-
XYZ27.5937.4922.61-
YUV155.2106.44106.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.76%
GREEN value IS 178 (69.92% from 255) = 42.38%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=29.76%
G=42.38%
B=27.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251781170.3000.340.30112.1328.3757.84
Hex7DB2751E0221E701c3a
Octal17526216536042361603472
Binary111110110110010111010111110010001011110111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,178,117); }

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

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

 a { background-color: rgb(125,178,117); }

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

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

 span { border-color: rgb(125,178,117); }

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