Html Css Color HEX #80B068 Mantis

📋 copy color: '#80B068'

red 128 ◦ green 176 ◦ blue 104

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

Shades of Mantis #80B068

Tints of Mantis #80B068

RGB

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

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

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

R = 31.37%
G = 43.14%
B = 25.49%

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

#80B068 (or 0x80B068) is known color: Mantis. HEX triplet: 80, B0 and 68. RGB value is (128,176,104). Sum of RGB (Red+Green+Blue) = 128+176+104=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #80B068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B068 is #7F4F97. Grayscale: #999999. Windows color (decimal): -8343448 or 6860928. OLE color: 6860928.

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

Color convert

RGB 128 176 104 -
CMYK 0.27 0 0.41 0.31
HSL 100º 0.31% 0.55% -
HSV(B) 100º 0.41% 0.69% -
XYZ 26.93 36.64 18.75 -
YUV 153.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 128 176 104 0.27 0 0.41 0.31 100 0.31 0.55
Hex 80 B0 68 1B 0 29 1F 64 1F 37
Octal 200 260 150 33 0 51 37 144 37 67
Binary 10000000 10110000 1101000 11011 0 101001 11111 1100100 11111 110111

Color Harmonies of #80B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B068

Black with #80B068

Text Example


Text Example

White with #80B068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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