Html Css Color HEX #77C099 Padua

📋 copy color: '#77C099'

red 119 ◦ green 192 ◦ blue 153

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

Shades of Padua #77C099

Tints of Padua #77C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 153 (60.16% from 255) = 32.97%

R = 25.65%
G = 41.38%
B = 32.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#77C099 (or 0x77C099) is known color: Padua. HEX triplet: 77, C0 and 99. RGB value is (119,192,153). Sum of RGB (Red+Green+Blue) = 119+192+153=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #77C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C099 is #883F66. Grayscale: #A5A5A5. Windows color (decimal): -8929127 or 10076279. OLE color: 10076279.

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

Color convert

RGB 119 192 153 -
CMYK 0.38 0 0.20 0.25
HSL 147.95º 0.37% 0.61% -
HSV(B) 147.95º 0.38% 0.75% -
XYZ 32.21 43.92 36.92 -
YUV 165.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 119 192 153 0.38 0 0.20 0.25 147.95 0.37 0.61
Hex 77 C0 99 26 0 14 19 94 25 3D
Octal 167 300 231 46 0 24 31 224 45 75
Binary 1110111 11000000 10011001 100110 0 10100 11001 10010100 100101 111101

Color Harmonies of #77C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C099

Black with #77C099

Text Example


Text Example

White with #77C099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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