Html Css Color HEX #80B269 Mantis

📋 copy color: '#80B269'

red 128 ◦ green 178 ◦ blue 105

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

Shades of Mantis #80B269

Tints of Mantis #80B269

RGB

 RED value IS 128 (50.39% from 255) = 31.14%

 GREEN value IS 178 (69.92% from 255) = 43.31%

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

R = 31.14%
G = 43.31%
B = 25.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#80B269 (or 0x80B269) is known color: Mantis. HEX triplet: 80, B2 and 69. RGB value is (128,178,105). Sum of RGB (Red+Green+Blue) = 128+178+105=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #80B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B269 is #7F4D96. Grayscale: #9A9A9A. Windows color (decimal): -8342935 or 6926976. OLE color: 6926976.

HSL color Cylindrical-coordinate representation of color #80B269: hue angle of 101.1º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80B269 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 105 -
CMYK 0.28 0 0.41 0.30
HSL 101.1º 0.32% 0.55% -
HSV(B) 101.1º 0.41% 0.7% -
XYZ 27.37 37.45 19.15 -
YUV 154.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 128 178 105 0.28 0 0.41 0.30 101.1 0.32 0.55
Hex 80 B2 69 1C 0 29 1E 65 20 37
Octal 200 262 151 34 0 51 36 145 40 67
Binary 10000000 10110010 1101001 11100 0 101001 11110 1100101 100000 110111

Color Harmonies of #80B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B269

Black with #80B269

Text Example


Text Example

White with #80B269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B269; }

 p { color: rgb(128,178,105); }

 H1.HeaderClassName
 {
   color: #80B269;
 }
 .AnyTagClassName
 {
   color: #80B269;
 }
</style>

background-color css

<style>
 a { background-color: #80B269; }

 a { background-color: rgb(128,178,105); }

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

border-color css

<style>
 span { border-color: #80B269; }

 span { border-color: rgb(128,178,105); }

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