#8BB76C

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

Shades of Olivine #8BB76C

Tints of Olivine #8BB76C

Color information

#8BB76C (or 0x8BB76C) is unknown color: approx Olivine. HEX triplet: 8B, B7 and 6C. RGB value is (139,183,108). Sum of RGB (Red+Green+Blue) = 139+183+108=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB76C is #744893. Grayscale: #A1A1A1. Windows color (decimal): -7620756 or 7124875. OLE color: 7124875.

HSL color Cylindrical-coordinate representation of color #8BB76C: hue angle of 95.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BB76C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB139183108-
CMYK0.2400.410.28
HSL95.2º34.25%57.06%-
HSV(B)95.2º40.98%71.76%-
XYZ30.2940.4420.4-
YUV161.2997.92112.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 183 (71.88% from 255) = 42.56%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=32.33%
G=42.56%
B=25.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391831080.2400.410.2895.234.2557.06
Hex8BB76C180291C5f2239
Octal21326715430051341374271
Binary10001011101101111101100110000101001111001011111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,183,108); }

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

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

 a { background-color: rgb(139,183,108); }

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

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

 span { border-color: rgb(139,183,108); }

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