Html Css Color HEX #81B069 Mantis

📋 copy color: '#81B069'

red 129 ◦ green 176 ◦ blue 105

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

Shades of Mantis #81B069

Tints of Mantis #81B069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 31.46%
G = 42.93%
B = 25.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#81B069 (or 0x81B069) is known color: Mantis. HEX triplet: 81, B0 and 69. RGB value is (129,176,105). Sum of RGB (Red+Green+Blue) = 129+176+105=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #81B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B069 is #7E4F96. Grayscale: #9A9A9A. Windows color (decimal): -8277911 or 6926465. OLE color: 6926465.

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

Color convert

RGB 129 176 105 -
CMYK 0.27 0 0.40 0.31
HSL 99.72º 0.31% 0.55% -
HSV(B) 99.72º 0.4% 0.69% -
XYZ 27.13 36.74 19.03 -
YUV 153.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 129 176 105 0.27 0 0.40 0.31 99.72 0.31 0.55
Hex 81 B0 69 1B 0 28 1F 64 1F 37
Octal 201 260 151 33 0 50 37 144 37 67
Binary 10000001 10110000 1101001 11011 0 101000 11111 1100100 11111 110111

Color Harmonies of #81B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B069

Black with #81B069

Text Example


Text Example

White with #81B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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