#7BC775

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

Shades of De York #7BC775

Tints of De York #7BC775

Color information

#7BC775 (or 0x7BC775) is unknown color: approx De York. HEX triplet: 7B, C7 and 75. RGB value is (123,199,117). Sum of RGB (Red+Green+Blue) = 123+199+117=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #7BC775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC775 is #84388A. Grayscale: #A7A7A7. Windows color (decimal): -8665227 or 7718779. OLE color: 7718779.

HSL color Cylindrical-coordinate representation of color #7BC775: hue angle of 115.61º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BC775 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB123199117-
CMYK0.3800.410.22
HSL115.61º42.27%61.96%-
HSV(B)115.61º41.21%78.04%-
XYZ31.846.3424.1-
YUV166.9399.8296.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=28.02%
G=45.33%
B=26.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231991170.3800.410.22115.6142.2761.96
Hex7BC7752602916742a3e
Octal17330716546051261645276
Binary11110111100011111101011001100101001101101110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,199,117); }

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

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

 a { background-color: rgb(123,199,117); }

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

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

 span { border-color: rgb(123,199,117); }

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