Html Css Color HEX #7DB074 Amulet

📋 copy color: '#7DB074'

red 125 ◦ green 176 ◦ blue 116

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

Shades of Amulet #7DB074

Tints of Amulet #7DB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 29.98%
G = 42.21%
B = 27.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#7DB074 (or 0x7DB074) is known color: Amulet. HEX triplet: 7D, B0 and 74. RGB value is (125,176,116). Sum of RGB (Red+Green+Blue) = 125+176+116=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB074 is #824F8B. Grayscale: #9A9A9A. Windows color (decimal): -8540044 or 7647357. OLE color: 7647357.

HSL color Cylindrical-coordinate representation of color #7DB074: hue angle of 111º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB074 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 116 -
CMYK 0.29 0 0.34 0.31
HSL 111º 0.28% 0.57% -
HSV(B) 111º 0.34% 0.69% -
XYZ 27.14 36.67 22.17 -
YUV 153.91 106.6 107.38 -
System Red Green Blue C M Y K H S L
Decimal 125 176 116 0.29 0 0.34 0.31 111 0.28 0.57
Hex 7D B0 74 1D 0 22 1F 6F 1C 39
Octal 175 260 164 35 0 42 37 157 34 71
Binary 1111101 10110000 1110100 11101 0 100010 11111 1101111 11100 111001

Color Harmonies of #7DB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB074

Black with #7DB074

Text Example


Text Example

White with #7DB074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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