#7BCC8F

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

Shades of De York #7BCC8F

Tints of De York #7BCC8F

Color information

#7BCC8F (or 0x7BCC8F) is unknown color: approx De York. HEX triplet: 7B, CC and 8F. RGB value is (123,204,143). Sum of RGB (Red+Green+Blue) = 123+204+143=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC8F is #843370. Grayscale: #ACACAC. Windows color (decimal): -8663921 or 9423995. OLE color: 9423995.

HSL color Cylindrical-coordinate representation of color #7BCC8F: hue angle of 134.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC8F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB123204143-
CMYK0.4000.300.2
HSL134.81º44.26%64.12%-
HSV(B)134.81º39.71%80%-
XYZ34.7249.3833.69-
YUV172.83111.1692.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.17%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=26.17%
G=43.40%
B=30.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041430.4000.300.2134.8144.2664.12
Hex7BCC8F2801E14872c40
Octal173314217500362420754100
Binary1111011110011001000111110100001111010100100001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,204,143); }

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

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

 a { background-color: rgb(123,204,143); }

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

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

 span { border-color: rgb(123,204,143); }

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