Html Css Color HEX #77BB4A Mantis

📋 copy color: '#77BB4A'

red 119 ◦ green 187 ◦ blue 74

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

Shades of Mantis #77BB4A

Tints of Mantis #77BB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 31.32%
G = 49.21%
B = 19.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#77BB4A (or 0x77BB4A) is known color: Mantis. HEX triplet: 77, BB and 4A. RGB value is (119,187,74). Sum of RGB (Red+Green+Blue) = 119+187+74=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BB4A is #8844B5. Grayscale: #9A9A9A. Windows color (decimal): -8930486 or 4897655. OLE color: 4897655.

HSL color Cylindrical-coordinate representation of color #77BB4A: hue angle of 96.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77BB4A is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 187 74 -
CMYK 0.36 0 0.60 0.27
HSL 96.11º 0.45% 0.51% -
HSV(B) 96.11º 0.6% 0.73% -
XYZ 26.61 39.96 12.79 -
YUV 153.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 119 187 74 0.36 0 0.60 0.27 96.11 0.45 0.51
Hex 77 BB 4A 24 0 3C 1B 60 2D 33
Octal 167 273 112 44 0 74 33 140 55 63
Binary 1110111 10111011 1001010 100100 0 111100 11011 1100000 101101 110011

Color Harmonies of #77BB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BB4A

Black with #77BB4A

Text Example


Text Example

White with #77BB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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