#77C074

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

Shades of De York #77C074

Tints of De York #77C074

Color information

#77C074 (or 0x77C074) is unknown color: approx De York. HEX triplet: 77, C0 and 74. RGB value is (119,192,116). Sum of RGB (Red+Green+Blue) = 119+192+116=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #77C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C074 is #883F8B. Grayscale: #A1A1A1. Windows color (decimal): -8929164 or 7651447. OLE color: 7651447.

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

Color convert

RGB119192116-
CMYK0.3800.400.25
HSL117.63º37.62%60.39%-
HSV(B)117.63º39.58%75.29%-
XYZ29.6142.8823.24-
YUV161.51102.3297.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=27.87%
G=44.96%
B=27.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921160.3800.400.25117.6337.6260.39
Hex77C074260281976263c
Octal16730016446050311664674
Binary11101111100000011101001001100101000110011110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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