#8fb46b

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

Shades of Olivine #8FB46B

Tints of Olivine #8FB46B

Color information

#8FB46B (or 0x8FB46B) is unknown color: approx Olivine. HEX triplet: 8F, B4 and 6B. RGB value is (143,180,107). Sum of RGB (Red+Green+Blue) = 143+180+107=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB46B is #704B94. Grayscale: #A0A0A0. Windows color (decimal): -7359381 or 7058575. OLE color: 7058575.

HSL color Cylindrical-coordinate representation of color #8FB46B: hue angle of 90.41º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FB46B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB143180107-
CMYK0.2100.410.29
HSL90.41º32.74%56.27%-
HSV(B)90.41º40.56%70.59%-
XYZ30.339.5419.95-
YUV160.6297.74115.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=33.26%
G=41.86%
B=24.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801070.2100.410.2990.4132.7456.27
Hex8FB46B150291D5a2138
Octal21726415325051351324170
Binary10001111101101001101011101010101001111011011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fb46b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,107); }

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

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

 a { background-color: rgb(143,180,107); }

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

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

 span { border-color: rgb(143,180,107); }

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