#84B76A

Color #84B76A Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #84B76A

Tints of Mantis #84B76A

Color information

#84B76A (or 0x84B76A) is unknown color: approx Mantis. HEX triplet: 84, B7 and 6A. RGB value is (132,183,106). Sum of RGB (Red+Green+Blue) = 132+183+106=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #84B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B76A is #7B4895. Grayscale: #9F9F9F. Windows color (decimal): -8079510 or 6993796. OLE color: 6993796.

HSL color Cylindrical-coordinate representation of color #84B76A: hue angle of 99.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84B76A is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB132183106-
CMYK0.2800.420.28
HSL99.74º34.84%56.67%-
HSV(B)99.74º42.08%71.76%-
XYZ29.0539.8119.79-
YUV158.9798.1108.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=31.35%
G=43.47%
B=25.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321831060.2800.420.2899.7434.8456.67
Hex84B76A1C02A1C642339
Octal20426715234052341444371
Binary10000100101101111101010111000101010111001100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B76A; }

 p { color: rgb(132,183,106); }

 H1.HeaderClassName
 {
   color: #84B76A;
 }
 .AnyTagClassName
 {
   color: #84B76A;
 }
</style>
background-color css

<style>
 a { background-color: #84B76A; }

 a { background-color: rgb(132,183,106); }

 div.DivClassName
 {
   background-color: #84B76A;
 }
 .BgClassName
 {
   background-color: #84B76A;
 }
</style>
border-color css

<style>
 span { border-color: #84B76A; }

 span { border-color: rgb(132,183,106); }

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