Html Css Color HEX #7DB36F Amulet

📋 copy color: '#7DB36F'

red 125 ◦ green 179 ◦ blue 111

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

Shades of Amulet #7DB36F

Tints of Amulet #7DB36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 30.12%
G = 43.13%
B = 26.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#7DB36F (or 0x7DB36F) is known color: Amulet. HEX triplet: 7D, B3 and 6F. RGB value is (125,179,111). Sum of RGB (Red+Green+Blue) = 125+179+111=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB36F is #824C90. Grayscale: #9B9B9B. Windows color (decimal): -8539281 or 7320445. OLE color: 7320445.

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

Color convert

RGB 125 179 111 -
CMYK 0.30 0 0.38 0.30
HSL 107.65º 0.31% 0.57% -
HSV(B) 107.65º 0.38% 0.7% -
XYZ 27.45 37.75 20.88 -
YUV 155.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 125 179 111 0.30 0 0.38 0.30 107.65 0.31 0.57
Hex 7D B3 6F 1E 0 26 1E 6C 1F 39
Octal 175 263 157 36 0 46 36 154 37 71
Binary 1111101 10110011 1101111 11110 0 100110 11110 1101100 11111 111001

Color Harmonies of #7DB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB36F

Black with #7DB36F

Text Example


Text Example

White with #7DB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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