Html Css Color HEX #7CAD7D Envy

📋 copy color: '#7CAD7D'

red 124 ◦ green 173 ◦ blue 125

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

Shades of Envy #7CAD7D

Tints of Envy #7CAD7D

RGB

 RED value IS 124 (48.83% from 255) = 29.38%

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 29.38%
G = 41%
B = 29.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#7CAD7D (or 0x7CAD7D) is known color: Envy. HEX triplet: 7C, AD and 7D. RGB value is (124,173,125). Sum of RGB (Red+Green+Blue) = 124+173+125=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAD7D is #835282. Grayscale: #999999. Windows color (decimal): -8606339 or 8236412. OLE color: 8236412.

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

Color convert

RGB 124 173 125 -
CMYK 0.28 0 0.28 0.32
HSL 121.22º 0.23% 0.58% -
HSV(B) 121.22º 0.28% 0.68% -
XYZ 26.96 35.65 24.86 -
YUV 152.88 112.27 107.4 -
System Red Green Blue C M Y K H S L
Decimal 124 173 125 0.28 0 0.28 0.32 121.22 0.23 0.58
Hex 7C AD 7D 1C 0 1C 20 79 17 3A
Octal 174 255 175 34 0 34 40 171 27 72
Binary 1111100 10101101 1111101 11100 0 11100 100000 1111001 10111 111010

Color Harmonies of #7CAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAD7D

Black with #7CAD7D

Text Example


Text Example

White with #7CAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,125); }

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

background-color css

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

 a { background-color: rgb(124,173,125); }

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

border-color css

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

 span { border-color: rgb(124,173,125); }

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