#7CB782

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

Shades of De York #7CB782

Tints of De York #7CB782

Color information

#7CB782 (or 0x7CB782) is unknown color: approx De York. HEX triplet: 7C, B7 and 82. RGB value is (124,183,130). Sum of RGB (Red+Green+Blue) = 124+183+130=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB782 is #83487D. Grayscale: #9F9F9F. Windows color (decimal): -8603774 or 8566652. OLE color: 8566652.

HSL color Cylindrical-coordinate representation of color #7CB782: hue angle of 126.1º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB782 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB124183130-
CMYK0.3200.290.28
HSL126.1º29.06%60.2%-
HSV(B)126.1º32.24%71.76%-
XYZ29.2739.7627.25-
YUV159.32111.45102.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.38%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=28.38%
G=41.88%
B=29.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241831300.3200.290.28126.129.0660.2
Hex7CB7822001D1C7e1d3c
Octal17426720240035341763574
Binary1111100101101111000001010000001110111100111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,183,130); }

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

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

 a { background-color: rgb(124,183,130); }

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

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

 span { border-color: rgb(124,183,130); }

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