Html Css Color HEX #77BF9A Padua

📋 copy color: '#77BF9A'

red 119 ◦ green 191 ◦ blue 154

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

Shades of Padua #77BF9A

Tints of Padua #77BF9A

RGB

 RED value IS 119 (46.88% from 255) = 25.65%

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 25.65%
G = 41.16%
B = 33.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#77BF9A (or 0x77BF9A) is known color: Padua. HEX triplet: 77, BF and 9A. RGB value is (119,191,154). Sum of RGB (Red+Green+Blue) = 119+191+154=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF9A is #884065. Grayscale: #A5A5A5. Windows color (decimal): -8929382 or 10141559. OLE color: 10141559.

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

Color convert

RGB 119 191 154 -
CMYK 0.38 0 0.19 0.25
HSL 149.17º 0.36% 0.61% -
HSV(B) 149.17º 0.38% 0.75% -
XYZ 32.07 43.52 37.28 -
YUV 165.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 119 191 154 0.38 0 0.19 0.25 149.17 0.36 0.61
Hex 77 BF 9A 26 0 13 19 95 24 3D
Octal 167 277 232 46 0 23 31 225 44 75
Binary 1110111 10111111 10011010 100110 0 10011 11001 10010101 100100 111101

Color Harmonies of #77BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF9A

Black with #77BF9A

Text Example


Text Example

White with #77BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,154); }

 H1.HeaderClassName
 {
   color: #77BF9A;
 }
 .AnyTagClassName
 {
   color: #77BF9A;
 }
</style>

background-color css

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

 a { background-color: rgb(119,191,154); }

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

border-color css

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

 span { border-color: rgb(119,191,154); }

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