#8BB272

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

Shades of Olivine #8BB272

Tints of Olivine #8BB272

Color information

#8BB272 (or 0x8BB272) is unknown color: approx Olivine. HEX triplet: 8B, B2 and 72. RGB value is (139,178,114). Sum of RGB (Red+Green+Blue) = 139+178+114=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB272 is #744D8D. Grayscale: #9F9F9F. Windows color (decimal): -7622030 or 7516811. OLE color: 7516811.

HSL color Cylindrical-coordinate representation of color #8BB272: hue angle of 96.56º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB272 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB139178114-
CMYK0.2200.360.30
HSL96.56º29.36%57.25%-
HSV(B)96.56º35.96%69.8%-
XYZ29.6138.5421.8-
YUV159.04102.58113.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=32.25%
G=41.30%
B=26.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391781140.2200.360.3096.5629.3657.25
Hex8BB272160241E611d39
Octal21326216226044361413571
Binary1000101110110010111001010110010010011110110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB272; }

 p { color: rgb(139,178,114); }

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

<style>
 a { background-color: #8BB272; }

 a { background-color: rgb(139,178,114); }

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

<style>
 span { border-color: #8BB272; }

 span { border-color: rgb(139,178,114); }

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