Html Css Color HEX #77B161 Mantis

📋 copy color: '#77B161'

red 119 ◦ green 177 ◦ blue 97

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

Shades of Mantis #77B161

Tints of Mantis #77B161

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.04%

 BLUE value IS 97 (38.28% from 255) = 24.68%

R = 30.28%
G = 45.04%
B = 24.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#77B161 (or 0x77B161) is known color: Mantis. HEX triplet: 77, B1 and 61. RGB value is (119,177,97). Sum of RGB (Red+Green+Blue) = 119+177+97=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #77B161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B161 is #884E9E. Grayscale: #969696. Windows color (decimal): -8933023 or 6402423. OLE color: 6402423.

HSL color Cylindrical-coordinate representation of color #77B161: hue angle of 103.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B161 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 177 97 -
CMYK 0.33 0 0.45 0.31
HSL 103.5º 0.34% 0.54% -
HSV(B) 103.5º 0.45% 0.69% -
XYZ 25.49 36.23 16.96 -
YUV 150.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 119 177 97 0.33 0 0.45 0.31 103.5 0.34 0.54
Hex 77 B1 61 21 0 2D 1F 68 22 36
Octal 167 261 141 41 0 55 37 150 42 66
Binary 1110111 10110001 1100001 100001 0 101101 11111 1101000 100010 110110

Color Harmonies of #77B161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B161

Black with #77B161

Text Example


Text Example

White with #77B161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,177,97); }

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

background-color css

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

 a { background-color: rgb(119,177,97); }

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

border-color css

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

 span { border-color: rgb(119,177,97); }

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