#77BB98

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

Shades of Padua #77BB98

Tints of Padua #77BB98

Color information

#77BB98 (or 0x77BB98) is unknown color: approx Padua. HEX triplet: 77, BB and 98. RGB value is (119,187,152). Sum of RGB (Red+Green+Blue) = 119+187+152=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB98 is #884467. Grayscale: #A2A2A2. Windows color (decimal): -8930408 or 10009463. OLE color: 10009463.

HSL color Cylindrical-coordinate representation of color #77BB98: hue angle of 149.12º 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 #77BB98 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB119187152-
CMYK0.3600.190.27
HSL149.12º33.33%60%-
HSV(B)149.12º36.36%73.33%-
XYZ31.0541.7336.12-
YUV162.68121.9796.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=25.98%
G=40.83%
B=33.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871520.3600.190.27149.1233.3360
Hex77BB98240131B95213c
Octal16727323044023332254174
Binary111011110111011100110001001000100111101110010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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