#7CB977

Color #7CB977 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7CB977

Tints of De York #7CB977

Color information

#7CB977 (or 0x7CB977) is unknown color: approx De York. HEX triplet: 7C, B9 and 77. RGB value is (124,185,119). Sum of RGB (Red+Green+Blue) = 124+185+119=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB977 is #834688. Grayscale: #9F9F9F. Windows color (decimal): -8603273 or 7846268. OLE color: 7846268.

HSL color Cylindrical-coordinate representation of color #7CB977: hue angle of 115.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB977 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB124185119-
CMYK0.3300.360.27
HSL115.45º32.04%59.61%-
HSV(B)115.45º35.68%72.55%-
XYZ28.9940.3123.71-
YUV159.24105.29102.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=28.97%
G=43.22%
B=27.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851190.3300.360.27115.4532.0459.61
Hex7CB977210241B73203c
Octal17427116741044331634074
Binary11111001011100111101111000010100100110111110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,119); }

 H1.HeaderClassName
 {
   color: #7CB977;
 }
 .AnyTagClassName
 {
   color: #7CB977;
 }
</style>
background-color css

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

 a { background-color: rgb(124,185,119); }

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

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

 span { border-color: rgb(124,185,119); }

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