#77BD7D

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

Shades of De York #77BD7D

Tints of De York #77BD7D

Color information

#77BD7D (or 0x77BD7D) is unknown color: approx De York. HEX triplet: 77, BD and 7D. RGB value is (119,189,125). Sum of RGB (Red+Green+Blue) = 119+189+125=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BD7D is #884282. Grayscale: #A0A0A0. Windows color (decimal): -8929923 or 8240503. OLE color: 8240503.

HSL color Cylindrical-coordinate representation of color #77BD7D: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BD7D is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB119189125-
CMYK0.3700.340.26
HSL125.14º34.65%60.39%-
HSV(B)125.14º37.04%74.12%-
XYZ29.5141.825.91-
YUV160.77107.8198.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=27.48%
G=43.65%
B=28.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191891250.3700.340.26125.1434.6560.39
Hex77BD7D250221A7d233c
Octal16727517545042321754374
Binary11101111011110111111011001010100010110101111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BD7D; }

 p { color: rgb(119,189,125); }

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

<style>
 a { background-color: #77BD7D; }

 a { background-color: rgb(119,189,125); }

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

<style>
 span { border-color: #77BD7D; }

 span { border-color: rgb(119,189,125); }

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