#77C081

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

Shades of De York #77C081

Tints of De York #77C081

Color information

#77C081 (or 0x77C081) is unknown color: approx De York. HEX triplet: 77, C0 and 81. RGB value is (119,192,129). Sum of RGB (Red+Green+Blue) = 119+192+129=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #77C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C081 is #883F7E. Grayscale: #A3A3A3. Windows color (decimal): -8929151 or 8503415. OLE color: 8503415.

HSL color Cylindrical-coordinate representation of color #77C081: hue angle of 128.22º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C081 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB119192129-
CMYK0.3800.330.25
HSL128.22º36.68%60.98%-
HSV(B)128.22º38.02%75.29%-
XYZ30.4243.2127.51-
YUV162.99108.8296.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=27.05%
G=43.64%
B=29.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921290.3800.330.25128.2236.6860.98
Hex77C081260211980253d
Octal16730020146041312004575
Binary1110111110000001000000110011001000011100110000000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,192,129); }

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

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

 a { background-color: rgb(119,192,129); }

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

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

 span { border-color: rgb(119,192,129); }

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