Html Css Color HEX #84B975 Mantis

📋 copy color: '#84B975'

red 132 ◦ green 185 ◦ blue 117

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

Shades of Mantis #84B975

Tints of Mantis #84B975

RGB

 RED value IS 132 (51.95% from 255) = 30.41%

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 30.41%
G = 42.63%
B = 26.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#84B975 (or 0x84B975) is known color: Mantis. HEX triplet: 84, B9 and 75. RGB value is (132,185,117). Sum of RGB (Red+Green+Blue) = 132+185+117=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #84B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B975 is #7B468A. Grayscale: #A1A1A1. Windows color (decimal): -8078987 or 7715204. OLE color: 7715204.

HSL color Cylindrical-coordinate representation of color #84B975: hue angle of 106.76º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84B975 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 117 -
CMYK 0.29 0 0.37 0.27
HSL 106.76º 0.33% 0.59% -
HSV(B) 106.76º 0.37% 0.73% -
XYZ 30.08 40.89 23.14 -
YUV 161.4 102.94 107.03 -
System Red Green Blue C M Y K H S L
Decimal 132 185 117 0.29 0 0.37 0.27 106.76 0.33 0.59
Hex 84 B9 75 1D 0 25 1B 6B 21 3B
Octal 204 271 165 35 0 45 33 153 41 73
Binary 10000100 10111001 1110101 11101 0 100101 11011 1101011 100001 111011

Color Harmonies of #84B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B975

Black with #84B975

Text Example


Text Example

White with #84B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,117); }

 H1.HeaderClassName
 {
   color: #84B975;
 }
 .AnyTagClassName
 {
   color: #84B975;
 }
</style>

background-color css

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

 a { background-color: rgb(132,185,117); }

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

border-color css

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

 span { border-color: rgb(132,185,117); }

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