Html Css Color HEX #82B768 Mantis

📋 copy color: '#82B768'

red 130 ◦ green 183 ◦ blue 104

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

Shades of Mantis #82B768

Tints of Mantis #82B768

RGB

 RED value IS 130 (51.17% from 255) = 31.18%

 GREEN value IS 183 (71.88% from 255) = 43.88%

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 31.18%
G = 43.88%
B = 24.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#82B768 (or 0x82B768) is known color: Mantis. HEX triplet: 82, B7 and 68. RGB value is (130,183,104). Sum of RGB (Red+Green+Blue) = 130+183+104=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #82B768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B768 is #7D4897. Grayscale: #9E9E9E. Windows color (decimal): -8210584 or 6862722. OLE color: 6862722.

HSL color Cylindrical-coordinate representation of color #82B768: hue angle of 100.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82B768 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 104 -
CMYK 0.29 0 0.43 0.28
HSL 100.25º 0.35% 0.56% -
HSV(B) 100.25º 0.43% 0.72% -
XYZ 28.64 39.61 19.23 -
YUV 158.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 130 183 104 0.29 0 0.43 0.28 100.25 0.35 0.56
Hex 82 B7 68 1D 0 2B 1C 64 23 38
Octal 202 267 150 35 0 53 34 144 43 70
Binary 10000010 10110111 1101000 11101 0 101011 11100 1100100 100011 111000

Color Harmonies of #82B768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B768

Black with #82B768

Text Example


Text Example

White with #82B768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82B768; }

 p { color: rgb(130,183,104); }

 H1.HeaderClassName
 {
   color: #82B768;
 }
 .AnyTagClassName
 {
   color: #82B768;
 }
</style>

background-color css

<style>
 a { background-color: #82B768; }

 a { background-color: rgb(130,183,104); }

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

border-color css

<style>
 span { border-color: #82B768; }

 span { border-color: rgb(130,183,104); }

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