Html Css Color HEX #7CB07D Envy

📋 copy color: '#7CB07D'

red 124 ◦ green 176 ◦ blue 125

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

Shades of Envy #7CB07D

Tints of Envy #7CB07D

RGB

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

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

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

R = 29.18%
G = 41.41%
B = 29.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#7CB07D (or 0x7CB07D) is known color: Envy. HEX triplet: 7C, B0 and 7D. RGB value is (124,176,125). Sum of RGB (Red+Green+Blue) = 124+176+125=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB07D is #834F82. Grayscale: #9A9A9A. Windows color (decimal): -8605571 or 8237180. OLE color: 8237180.

HSL color Cylindrical-coordinate representation of color #7CB07D: hue angle of 121.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB07D is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 125 -
CMYK 0.30 0 0.29 0.31
HSL 121.15º 0.25% 0.59% -
HSV(B) 121.15º 0.3% 0.69% -
XYZ 27.54 36.82 25.06 -
YUV 154.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 124 176 125 0.30 0 0.29 0.31 121.15 0.25 0.59
Hex 7C B0 7D 1E 0 1D 1F 79 19 3B
Octal 174 260 175 36 0 35 37 171 31 73
Binary 1111100 10110000 1111101 11110 0 11101 11111 1111001 11001 111011

Color Harmonies of #7CB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB07D

Black with #7CB07D

Text Example


Text Example

White with #7CB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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