Html Css Color HEX #7CB07F Envy

📋 copy color: '#7CB07F'

red 124 ◦ green 176 ◦ blue 127

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

Shades of Envy #7CB07F

Tints of Envy #7CB07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 29.04%
G = 41.22%
B = 29.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#7CB07F (or 0x7CB07F) is known color: Envy. HEX triplet: 7C, B0 and 7F. RGB value is (124,176,127). Sum of RGB (Red+Green+Blue) = 124+176+127=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB07F is #834F80. Grayscale: #9B9B9B. Windows color (decimal): -8605569 or 8368252. OLE color: 8368252.

HSL color Cylindrical-coordinate representation of color #7CB07F: hue angle of 123.46º 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 #7CB07F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 127 -
CMYK 0.30 0 0.28 0.31
HSL 123.46º 0.25% 0.59% -
HSV(B) 123.46º 0.3% 0.69% -
XYZ 27.67 36.87 25.74 -
YUV 154.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 124 176 127 0.30 0 0.28 0.31 123.46 0.25 0.59
Hex 7C B0 7F 1E 0 1C 1F 7B 19 3B
Octal 174 260 177 36 0 34 37 173 31 73
Binary 1111100 10110000 1111111 11110 0 11100 11111 1111011 11001 111011

Color Harmonies of #7CB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB07F

Black with #7CB07F

Text Example


Text Example

White with #7CB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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