#88B26F

Color #88B26F Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #88B26F

Tints of Olivine #88B26F

Color information

#88B26F (or 0x88B26F) is unknown color: approx Olivine. HEX triplet: 88, B2 and 6F. RGB value is (136,178,111). Sum of RGB (Red+Green+Blue) = 136+178+111=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #88B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B26F is #774D90. Grayscale: #9E9E9E. Windows color (decimal): -7818641 or 7320200. OLE color: 7320200.

HSL color Cylindrical-coordinate representation of color #88B26F: hue angle of 97.61º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88B26F is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB136178111-
CMYK0.2400.380.30
HSL97.61º30.32%56.67%-
HSV(B)97.61º37.64%69.8%-
XYZ28.9438.2220.89-
YUV157.8101.59112.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=32%
G=41.88%
B=26.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361781110.2400.380.3097.6130.3256.67
Hex88B26F180261E621e39
Octal21026215730046361423671
Binary1000100010110010110111111000010011011110110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88B26F; }

 p { color: rgb(136,178,111); }

 H1.HeaderClassName
 {
   color: #88B26F;
 }
 .AnyTagClassName
 {
   color: #88B26F;
 }
</style>
background-color css

<style>
 a { background-color: #88B26F; }

 a { background-color: rgb(136,178,111); }

 div.DivClassName
 {
   background-color: #88B26F;
 }
 .BgClassName
 {
   background-color: #88B26F;
 }
</style>
border-color css

<style>
 span { border-color: #88B26F; }

 span { border-color: rgb(136,178,111); }

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