#77BB99

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

Shades of Padua #77BB99

Tints of Padua #77BB99

Color information

#77BB99 (or 0x77BB99) is unknown color: approx Padua. HEX triplet: 77, BB and 99. RGB value is (119,187,153). Sum of RGB (Red+Green+Blue) = 119+187+153=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB99 is #884466. Grayscale: #A2A2A2. Windows color (decimal): -8930407 or 10074999. OLE color: 10074999.

HSL color Cylindrical-coordinate representation of color #77BB99: hue angle of 150º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BB99 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB119187153-
CMYK0.3600.180.27
HSL150º33.33%60%-
HSV(B)150º36.36%73.33%-
XYZ31.1341.7636.56-
YUV162.79122.4796.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=25.93%
G=40.74%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871530.3600.180.2715033.3360
Hex77BB99240121B96213c
Octal16727323144022332264174
Binary111011110111011100110011001000100101101110010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,153); }

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

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

 a { background-color: rgb(119,187,153); }

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

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

 span { border-color: rgb(119,187,153); }

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