#84b75b

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

Shades of Mantis #84B75B

Tints of Mantis #84B75B

Color information

#84B75B (or 0x84B75B) is unknown color: approx Mantis. HEX triplet: 84, B7 and 5B. RGB value is (132,183,91). Sum of RGB (Red+Green+Blue) = 132+183+91=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #84B75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B75B is #7B48A4. Grayscale: #9D9D9D. Windows color (decimal): -8079525 or 6010756. OLE color: 6010756.

HSL color Cylindrical-coordinate representation of color #84B75B: hue angle of 93.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84B75B is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB13218391-
CMYK0.2800.500.28
HSL93.26º38.98%53.73%-
HSV(B)93.26º50.27%71.76%-
XYZ28.3439.5316.03-
YUV157.2690.6109.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=32.51%
G=45.07%
B=22.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132183910.2800.500.2893.2638.9853.73
Hex84B75B1C0321C5d2736
Octal20426713334062341354766
Binary10000100101101111011011111000110010111001011101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84b75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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