Html Css Color HEX #7DB874 Amulet

📋 copy color: '#7DB874'

red 125 ◦ green 184 ◦ blue 116

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

Shades of Amulet #7DB874

Tints of Amulet #7DB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 29.41%
G = 43.29%
B = 27.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#7DB874 (or 0x7DB874) is known color: Amulet. HEX triplet: 7D, B8 and 74. RGB value is (125,184,116). Sum of RGB (Red+Green+Blue) = 125+184+116=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB874 is #82478B. Grayscale: #9E9E9E. Windows color (decimal): -8537996 or 7649405. OLE color: 7649405.

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

Color convert

RGB 125 184 116 -
CMYK 0.32 0 0.37 0.28
HSL 112.06º 0.32% 0.59% -
HSV(B) 112.06º 0.37% 0.72% -
XYZ 28.75 39.9 22.71 -
YUV 158.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 125 184 116 0.32 0 0.37 0.28 112.06 0.32 0.59
Hex 7D B8 74 20 0 25 1C 70 20 3B
Octal 175 270 164 40 0 45 34 160 40 73
Binary 1111101 10111000 1110100 100000 0 100101 11100 1110000 100000 111011

Color Harmonies of #7DB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB874

Black with #7DB874

Text Example


Text Example

White with #7DB874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,184,116); }

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

background-color css

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

 a { background-color: rgb(125,184,116); }

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

border-color css

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

 span { border-color: rgb(125,184,116); }

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