Html Css Color HEX #81B068 Mantis

📋 copy color: '#81B068'

red 129 ◦ green 176 ◦ blue 104

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

Shades of Mantis #81B068

Tints of Mantis #81B068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

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

R = 31.54%
G = 43.03%
B = 25.43%

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

#81B068 (or 0x81B068) is known color: Mantis. HEX triplet: 81, B0 and 68. RGB value is (129,176,104). Sum of RGB (Red+Green+Blue) = 129+176+104=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #81B068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B068 is #7E4F97. Grayscale: #999999. Windows color (decimal): -8277912 or 6860929. OLE color: 6860929.

HSL color Cylindrical-coordinate representation of color #81B068: hue angle of 99.17º degrees, saturation: 0.31, 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 #81B068 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 176 104 -
CMYK 0.27 0 0.41 0.31
HSL 99.17º 0.31% 0.55% -
HSV(B) 99.17º 0.41% 0.69% -
XYZ 27.08 36.72 18.76 -
YUV 153.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 129 176 104 0.27 0 0.41 0.31 99.17 0.31 0.55
Hex 81 B0 68 1B 0 29 1F 63 1F 37
Octal 201 260 150 33 0 51 37 143 37 67
Binary 10000001 10110000 1101000 11011 0 101001 11111 1100011 11111 110111

Color Harmonies of #81B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B068

Black with #81B068

Text Example


Text Example

White with #81B068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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