Html Css Color HEX #7DB775 Amulet

📋 copy color: '#7DB775'

red 125 ◦ green 183 ◦ blue 117

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

Shades of Amulet #7DB775

Tints of Amulet #7DB775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 29.41%
G = 43.06%
B = 27.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#7DB775 (or 0x7DB775) is known color: Amulet. HEX triplet: 7D, B7 and 75. RGB value is (125,183,117). Sum of RGB (Red+Green+Blue) = 125+183+117=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB775 is #82488A. Grayscale: #9E9E9E. Windows color (decimal): -8538251 or 7714685. OLE color: 7714685.

HSL color Cylindrical-coordinate representation of color #7DB775: hue angle of 112.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB775 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 117 -
CMYK 0.32 0 0.36 0.28
HSL 112.73º 0.31% 0.59% -
HSV(B) 112.73º 0.36% 0.72% -
XYZ 28.6 39.51 22.95 -
YUV 158.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 125 183 117 0.32 0 0.36 0.28 112.73 0.31 0.59
Hex 7D B7 75 20 0 24 1C 71 1F 3B
Octal 175 267 165 40 0 44 34 161 37 73
Binary 1111101 10110111 1110101 100000 0 100100 11100 1110001 11111 111011

Color Harmonies of #7DB775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB775

Black with #7DB775

Text Example


Text Example

White with #7DB775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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