Html Css Color HEX #77BB99 Padua

📋 copy color: '#77BB99'

red 119 ◦ green 187 ◦ blue 153

#77BB99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #77BB99

Tints of Padua #77BB99

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 value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#77BB99 (or 0x77BB99) is known color: 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

RGB 119 187 153 -
CMYK 0.36 0 0.18 0.27
HSL 150º 0.33% 0.6% -
HSV(B) 150º 0.36% 0.73% -
XYZ 31.13 41.76 36.56 -
YUV 162.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 119 187 153 0.36 0 0.18 0.27 150 0.33 0.6
Hex 77 BB 99 24 0 12 1B 96 21 3C
Octal 167 273 231 44 0 22 33 226 41 74
Binary 1110111 10111011 10011001 100100 0 10010 11011 10010110 100001 111100

Color Harmonies of #77BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BB99

Black with #77BB99

Text Example


Text Example

White with #77BB99

Text Example


Text Example

HTML Codes & Css Web 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>