#7CB974

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

Shades of De York #7CB974

Tints of De York #7CB974

Color information

#7CB974 (or 0x7CB974) is unknown color: approx De York. HEX triplet: 7C, B9 and 74. RGB value is (124,185,116). Sum of RGB (Red+Green+Blue) = 124+185+116=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB974 is #83468B. Grayscale: #9F9F9F. Windows color (decimal): -8603276 or 7649660. OLE color: 7649660.

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

Color convert

RGB124185116-
CMYK0.3300.370.27
HSL113.04º33.01%59.02%-
HSV(B)113.04º37.3%72.55%-
XYZ28.8140.2422.77-
YUV158.89103.79103.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=29.18%
G=43.53%
B=27.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851160.3300.370.27113.0433.0159.02
Hex7CB974210251B71213b
Octal17427116441045331614173
Binary11111001011100111101001000010100101110111110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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