#7CB479

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

Shades of De York #7CB479

Tints of De York #7CB479

Color information

#7CB479 (or 0x7CB479) is unknown color: approx De York. HEX triplet: 7C, B4 and 79. RGB value is (124,180,121). Sum of RGB (Red+Green+Blue) = 124+180+121=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB479 is #834B86. Grayscale: #9C9C9C. Windows color (decimal): -8604551 or 7976060. OLE color: 7976060.

HSL color Cylindrical-coordinate representation of color #7CB479: hue angle of 116.95º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB479 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB124180121-
CMYK0.3100.330.29
HSL116.95º28.23%59.02%-
HSV(B)116.95º32.78%70.59%-
XYZ28.0838.3124-
YUV156.53107.95104.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=29.18%
G=42.35%
B=28.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241801210.3100.330.29116.9528.2359.02
Hex7CB4791F0211D751c3b
Octal17426417137041351653473
Binary111110010110100111100111111010000111101111010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,121); }

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

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

 a { background-color: rgb(124,180,121); }

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

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

 span { border-color: rgb(124,180,121); }

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