Html Css Color HEX #7DB376 Amulet

📋 copy color: '#7DB376'

red 125 ◦ green 179 ◦ blue 118

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

Shades of Amulet #7DB376

Tints of Amulet #7DB376

RGB

 RED value IS 125 (49.22% from 255) = 29.62%

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 29.62%
G = 42.42%
B = 27.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#7DB376 (or 0x7DB376) is known color: Amulet. HEX triplet: 7D, B3 and 76. RGB value is (125,179,118). Sum of RGB (Red+Green+Blue) = 125+179+118=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB376 is #824C89. Grayscale: #9C9C9C. Windows color (decimal): -8539274 or 7779197. OLE color: 7779197.

HSL color Cylindrical-coordinate representation of color #7DB376: hue angle of 113.11º degrees, saturation: 0.29, 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 #7DB376 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 118 -
CMYK 0.30 0 0.34 0.30
HSL 113.11º 0.29% 0.58% -
HSV(B) 113.11º 0.34% 0.7% -
XYZ 27.85 37.91 22.99 -
YUV 155.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 125 179 118 0.30 0 0.34 0.30 113.11 0.29 0.58
Hex 7D B3 76 1E 0 22 1E 71 1D 3A
Octal 175 263 166 36 0 42 36 161 35 72
Binary 1111101 10110011 1110110 11110 0 100010 11110 1110001 11101 111010

Color Harmonies of #7DB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB376

Black with #7DB376

Text Example


Text Example

White with #7DB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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