Html Css Color HEX #81B168 Mantis

📋 copy color: '#81B168'

red 129 ◦ green 177 ◦ blue 104

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

Shades of Mantis #81B168

Tints of Mantis #81B168

RGB

 RED value IS 129 (50.78% from 255) = 31.46%

 GREEN value IS 177 (69.53% from 255) = 43.17%

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

R = 31.46%
G = 43.17%
B = 25.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#81B168 (or 0x81B168) is known color: Mantis. HEX triplet: 81, B1 and 68. RGB value is (129,177,104). Sum of RGB (Red+Green+Blue) = 129+177+104=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #81B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B168 is #7E4E97. Grayscale: #9A9A9A. Windows color (decimal): -8277656 or 6861185. OLE color: 6861185.

HSL color Cylindrical-coordinate representation of color #81B168: hue angle of 99.45º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B168 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 177 104 -
CMYK 0.27 0 0.41 0.31
HSL 99.45º 0.32% 0.55% -
HSV(B) 99.45º 0.41% 0.69% -
XYZ 27.27 37.11 18.82 -
YUV 154.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 129 177 104 0.27 0 0.41 0.31 99.45 0.32 0.55
Hex 81 B1 68 1B 0 29 1F 63 20 37
Octal 201 261 150 33 0 51 37 143 40 67
Binary 10000001 10110001 1101000 11011 0 101001 11111 1100011 100000 110111

Color Harmonies of #81B168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B168

Black with #81B168

Text Example


Text Example

White with #81B168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B168; }

 p { color: rgb(129,177,104); }

 H1.HeaderClassName
 {
   color: #81B168;
 }
 .AnyTagClassName
 {
   color: #81B168;
 }
</style>

background-color css

<style>
 a { background-color: #81B168; }

 a { background-color: rgb(129,177,104); }

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

border-color css

<style>
 span { border-color: #81B168; }

 span { border-color: rgb(129,177,104); }

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