#7CB882

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

Shades of De York #7CB882

Tints of De York #7CB882

Color information

#7CB882 (or 0x7CB882) is unknown color: approx De York. HEX triplet: 7C, B8 and 82. RGB value is (124,184,130). Sum of RGB (Red+Green+Blue) = 124+184+130=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB882 is #83477D. Grayscale: #A0A0A0. Windows color (decimal): -8603518 or 8566908. OLE color: 8566908.

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

Color convert

RGB124184130-
CMYK0.3300.290.28
HSL126º29.7%60.39%-
HSV(B)126º32.61%72.16%-
XYZ29.4840.1827.32-
YUV159.9111.12102.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.31%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=28.31%
G=42.01%
B=29.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241841300.3300.290.2812629.760.39
Hex7CB8822101D1C7e1e3c
Octal17427020241035341763674
Binary1111100101110001000001010000101110111100111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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